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 @@ | ... | @@ -20,19 +20,32 @@ |
"presentation", | "presentation", | ||
"template" | "template" | ||
], | ], | ||
"files": [ | |||
"pictures/**", | |||
"index.html", | |||
"LICENSE.md", | |||
"README.md" | |||
], | |||
"dependencies": { | "dependencies": { | ||
"shower-core": "^2.0.5", | "shower-core": "^2.0.5", | ||
"shower-material": "^1.0.4", | "shower-material": "^1.0.4", | ||
"shower-ribbon": "^2.0.4" | "shower-ribbon": "^2.0.4" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | "del": "^2.2.0", | ||
"grunt-bump": "0.7.0", | "fs": "0.0.2", | ||
"grunt-contrib-clean": "^1.0.0", | "gulp": "^3.9.1", | ||
"grunt-contrib-compress": "^1.2.0", | "gulp-gh-pages": "^0.5.4", | ||
"grunt-contrib-copy": "^1.0.0", | "gulp-rename": "^1.2.2", | ||
"grunt-gh-pages": "^1.0.0", | "gulp-replace": "^0.5.4", | ||
"grunt-text-replace": "^0.4.0", | "gulp-rsync": "0.0.5", | ||
"load-grunt-tasks": "^3.4.1" | "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