Comparing version 0.1.1 to 0.1.2
@@ -10,4 +10,4 @@ /*jshint camelcase:false */ | ||
var config = require('config'), | ||
gruntAssets = require('./tasks/task-main'); | ||
var config = require('config'); | ||
var gruntAssets = require('./tasks/task-main'); | ||
@@ -178,5 +178,5 @@ module.exports = function( grunt ) { | ||
tasks: [ | ||
'assetsBundle:testCase' | ||
//'assetsReplace:testCaseHbs' | ||
//'assetsS3' | ||
'assetsBundle:testCase' | ||
//'assetsReplace:testCaseHbs' | ||
//'assetsS3' | ||
] | ||
@@ -183,0 +183,0 @@ }, |
@@ -384,3 +384,3 @@ /*jshint camelcase:false */ | ||
s3path += assetObj.relPath; | ||
return s3path; | ||
return path.normalize(s3path); | ||
}; | ||
@@ -387,0 +387,0 @@ |
{ | ||
"name": "assetflow", | ||
"description": "Asset deployment for node", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/verbling/assetflow", | ||
@@ -43,3 +43,3 @@ "author": "Verbling", | ||
"async": "~0.2.6", | ||
"config": "~0.4.20", | ||
"config": "~0.4.23", | ||
"timely": "0.0.1", | ||
@@ -46,0 +46,0 @@ "pace": "0.0.4", |
@@ -502,3 +502,4 @@ # assetflow | ||
## Release History | ||
- **v0.1.2**, *17 April 2013* | ||
- S3 paths now get normalized using `path.normalize()`. | ||
- **v0.1.1**, *19 March 2013* | ||
@@ -505,0 +506,0 @@ - Added support for commonjs for browsers. |
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
760486
522
Updatedconfig@~0.4.23