diff options
-rw-r--r-- | bower.json | 3 | ||||
-rw-r--r-- | gulpfile.js | 1 | ||||
-rw-r--r-- | package.json | 4 |
3 files changed, 5 insertions, 3 deletions
@@ -16,6 +16,7 @@ "dependencies": { "bootstrap": "~3.3.2", "bootswatch": "~3.3.4+1", - "fontawesome": "~4.3.0" + "fontawesome": "~4.3.0", + "jquery-cookie": "~1.4.1" } } 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'; diff --git a/package.json b/package.json index 8850d7a..d5c122a 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "gulp-strip-debug": "~1.0.2", "gulp-uglify": "~1.2.0", "gulp-util": "^3.0.3", - "merge-stream": "^0.1.7", - "markdown-js": "0.0.3" + "markdown-js": "0.0.3", + "merge-stream": "^0.1.7" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" |