grunt-script-import
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name" : "grunt-script-import", | ||
"description" : "Use this grunt module to import various javascript files into your html files in a shorthand format.", | ||
"version" : "0.0.2", | ||
"version" : "0.0.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Derek Caneja" |
module.exports = function(grunt) { | ||
// Please see the grunt documentation for more information regarding task creation: https://github.com/gruntjs/grunt/blob/devel/docs/toc.md | ||
grunt.registerMultiTask('import-script', 'Use this grunt module to, in shorthand, import various javascript files into your html files.', function () { | ||
grunt.registerMultiTask('script-import', 'Use this grunt module to, in shorthand, import various javascript files into your html files.', function () { | ||
var src = grunt.file.read(this.data.src); | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5943
59