aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorCamil Staps2015-05-10 16:40:07 +0300
committerCamil Staps2015-05-10 16:40:07 +0300
commitd64f492efdc618a2eeeba6be0781a076dd3368bc (patch)
tree43bf5319603e048adc5efda1d2253b7f38dc31b2 /gulpfile.js
parentGulpfile with CSS from src (diff)
jquery-cookie
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/gulpfile.js b/gulpfile.js
index 595e542..a3c28e1 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -120,6 +120,7 @@ gulp.task('scripts', function(){
var fileList = [
'./bower_components/jquery/dist/jquery.min.js',
'./bower_components/bootstrap/dist/js/bootstrap.min.js',
+ './bower_components/jquery-cookie/jquery.cookie.js'
];
var dst = './build/assets/js';