Initial commit
This commit is contained in:
commit
edb5816892
30 changed files with 534 additions and 0 deletions
10
Makefile
Normal file
10
Makefile
Normal file
|
@ -0,0 +1,10 @@
|
|||
setup:
|
||||
npm install
|
||||
node_modules/bower/bin/bower install
|
||||
|
||||
dev:
|
||||
node_modules/gulp/bin/gulp.js sass
|
||||
node_modules/gulp/bin/gulp.js js
|
||||
|
||||
watch:
|
||||
node_modules/gulp/bin/gulp.js sass:watch
|
Loading…
Add table
Add a link
Reference in a new issue