Merge branch 'gulp'
* gulp: Files array instead of npmignore npm scripts Grunt → Gulp # Conflicts: # package.json
Showing
.npmignore
deleted
100644 → 0
Gruntfile.js
deleted
100644 → 0
gulpfile.js
0 → 100644
... | ... | @@ -20,19 +20,32 @@ |
"presentation", | ||
"template" | ||
], | ||
"files": [ | ||
"pictures/**", | ||
"index.html", | ||
"LICENSE.md", | ||
"README.md" | ||
], | ||
"dependencies": { | ||
"shower-core": "^2.0.5", | ||
"shower-material": "^1.0.4", | ||
"shower-ribbon": "^2.0.4" | ||
}, | ||
"devDependencies": { | ||
"grunt": "^0.4.5", | ||
"grunt-bump": "0.7.0", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-compress": "^1.2.0", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-gh-pages": "^1.0.0", | ||
"grunt-text-replace": "^0.4.0", | ||
"load-grunt-tasks": "^3.4.1" | ||
"del": "^2.2.0", | ||
"fs": "0.0.2", | ||
"gulp": "^3.9.1", | ||
"gulp-gh-pages": "^0.5.4", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-replace": "^0.5.4", | ||
"gulp-rsync": "0.0.5", | ||
"gulp-zip": "^3.2.0", | ||
"merge-stream": "^1.0.0", | ||
"run-sequence": "^1.1.5" | ||
}, | ||
"scripts": { | ||
"prepare": "gulp prepare", | ||
"archive": "gulp archive", | ||
"publish": "gulp publish" | ||
} | ||
} |
Please register or sign in to comment