Use coffee script for gulp
This commit is contained in:
parent
534d3b11f4
commit
f012d89d72
11 changed files with 97 additions and 109 deletions
8
gulp/scripts.coffee
Normal file
8
gulp/scripts.coffee
Normal file
|
@ -0,0 +1,8 @@
|
|||
gulp = require 'gulp'
|
||||
|
||||
gulp.task 'scripts', ->
|
||||
gulp.js [
|
||||
gulp.config.bowerDir + '/jquery/dist/jquery.js',
|
||||
gulp.config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
||||
gulp.config.assetsDir + '/' + gulp.config.jsPattern
|
||||
], 'site.js'
|
Loading…
Add table
Add a link
Reference in a new issue