diff options
author | Camil Staps | 2015-05-10 16:40:07 +0300 |
---|---|---|
committer | Camil Staps | 2015-05-10 16:40:07 +0300 |
commit | d64f492efdc618a2eeeba6be0781a076dd3368bc (patch) | |
tree | 43bf5319603e048adc5efda1d2253b7f38dc31b2 /gulpfile.js | |
parent | Gulpfile with CSS from src (diff) |
jquery-cookie
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
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'; |