grunt-build-seajs
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-build-seajs", | ||
"description": "Transport module for seajs.", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"homepage": "https://github.com/dreamstu/grunt-build-seajs", | ||
@@ -14,3 +14,3 @@ "keywords": [ | ||
"type": "git", | ||
"url": "http://github.com/dreamstu/transport-build-seajs.git" | ||
"url": "http://github.com/dreamstu/grunt-build-seajs.git" | ||
}, | ||
@@ -17,0 +17,0 @@ "license":"MIT", |
@@ -69,4 +69,5 @@ var utils = require('../lib/utils'); | ||
}).join('\n'); | ||
grunt.file.write(path.join(file.orig.dest,destUri,file.src[0]), contents); | ||
grunt.log.writeln('File "' + file.dest + '" created.'); | ||
var _dest = path.join(file.orig.dest,destUri,file.src[0]); | ||
grunt.file.write(_dest, contents); | ||
grunt.log.writeln('File "' + _dest + '" created.'); | ||
}); | ||
@@ -73,0 +74,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
4681
119