add revisioning task to gulp build

* 'public' directory is now removed on gulp build
* Copies built .css and .js files to <filename>-<hash>.<extension>
* Replaces references from built .html files to match the revisioned files
* Keeps the original built files intact, but this is most likely going to change in the future
This commit is contained in:
Riku Rouvila
2015-05-24 18:58:15 +03:00
parent 83fb7c31d5
commit e56a628c95
3 changed files with 42 additions and 3 deletions

1
.gitignore vendored
View File

@@ -3,3 +3,4 @@ node_modules
bower_components
public
.DS_Store
rev-manifest.json