1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

fix gruntconfig cdnurl

This commit is contained in:
Matthias Kretschmann 2014-09-07 04:49:57 +02:00
parent c16b0f74d6
commit d834ae5fed
2 changed files with 7 additions and 7 deletions

View File

@ -210,7 +210,7 @@ module.exports = function(grunt){
// CDN some assets // CDN some assets
cdn: { cdn: {
options: { options: {
cdn: '<%= config.cdnurl %>', cdn: '<%= config.assets.cdnurl %>',
flatten: true flatten: true
}, },
dist: { dist: {

View File

@ -9,22 +9,22 @@
}, },
"dependencies": {}, "dependencies": {},
"devDependencies": { "devDependencies": {
"stylus": ">=0.45.0",
"nib": ">=1.0.3",
"grunt": ">=0.4.5", "grunt": ">=0.4.5",
"grunt-cdn": ">=0.5.6",
"grunt-combine-media-queries": ">=1.0.8",
"grunt-contrib-clean": ">=0.5.0", "grunt-contrib-clean": ">=0.5.0",
"grunt-contrib-connect": ">=0.5.0", "grunt-contrib-connect": ">=0.5.0",
"grunt-contrib-cssmin": ">=0.6.2", "grunt-contrib-cssmin": ">=0.6.2",
"grunt-contrib-stylus": ">=0.18.0",
"grunt-contrib-imagemin": ">=0.7.0", "grunt-contrib-imagemin": ">=0.7.0",
"grunt-contrib-stylus": ">=0.18.0",
"grunt-contrib-uglify": ">=0.2.2", "grunt-contrib-uglify": ">=0.2.2",
"grunt-contrib-watch": ">=0.5.3", "grunt-contrib-watch": ">=0.5.3",
"grunt-combine-media-queries": ">=1.0.8",
"grunt-jekyll": ">=0.4.0", "grunt-jekyll": ">=0.4.0",
"grunt-rsync": ">=0.2.1",
"grunt-rev": ">=0.1.0", "grunt-rev": ">=0.1.0",
"grunt-rsync": ">=0.2.1",
"grunt-usemin": ">=2.0.2", "grunt-usemin": ">=2.0.2",
"grunt-cdn": ">=0.5.6" "nib": ">=1.0.3",
"stylus": ">=0.45.0"
}, },
"engines": { "engines": {
"node": ">=0.10.29" "node": ">=0.10.29"