diff options
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'; |