convert gulpfile.coffee to gulpfile.js

It actually makes a lot of sense to not use coffeescript because its not used elsewhere in the project. There was also Windows bug that prevented users from running the gulpfile https://github.com/gulpjs/gulp/issues/717
This commit is contained in:
Riku Rouvila
2015-01-24 13:16:13 +02:00
parent ba440cd82a
commit f5899e6a4c
3 changed files with 141 additions and 139 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ node_modules
bower_components
public
.DS_Store
npm-debug.log