Change to gulpfile.js

This commit is contained in:
Oliver Davies 2016-04-23 08:30:10 +01:00
parent bfeb0a69e6
commit 011bc69d9f
12 changed files with 103 additions and 102 deletions

View file

@ -1,8 +0,0 @@
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'