Use coffeescript again for Gulp
This commit is contained in:
parent
7feff15497
commit
1000b6d78f
16 changed files with 79 additions and 104 deletions
6
gulp/scripts.coffee
Normal file
6
gulp/scripts.coffee
Normal file
|
@ -0,0 +1,6 @@
|
|||
gulp.task 'scripts', ->
|
||||
app.js [
|
||||
config.bowerDir + '/jquery/dist/jquery.js',
|
||||
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
||||
config.js.sourceDir + config.js.pattern
|
||||
], 'site.js'
|
Loading…
Add table
Add a link
Reference in a new issue