Use coffee script for gulp

This commit is contained in:
Oliver Davies 2016-04-12 19:36:43 +01:00
parent 534d3b11f4
commit f012d89d72
11 changed files with 97 additions and 109 deletions

8
gulp/scripts.coffee Normal file
View 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'