From: Jérémy Fabre Date: Wed, 20 Jul 2016 13:44:40 +0000 (+0200) Subject: Bower added X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0f74fdbcbc390e816fea53ea6d746a759ec837de;p=mezzo.git Bower added --- diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 00000000..1f0e23b7 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory" : "app/static/vendors" +} diff --git a/.gitignore b/.gitignore index d52c1e21..2b60c7b3 100644 --- a/.gitignore +++ b/.gitignore @@ -47,6 +47,7 @@ node_modules app/static/js app/static/css app/static/img +app/static/vendors ### SublimeText ### ################### diff --git a/bower.json b/bower.json new file mode 100644 index 00000000..d8030599 --- /dev/null +++ b/bower.json @@ -0,0 +1,23 @@ +{ + "name": "IrcamWWW", + "description": "IrcamWWW", + "main": "", + "authors": [ + "Fabre Jérémy" + ], + "license": "MIT", + "moduleType": [], + "homepage": "", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ], + "dependencies": { + "font-awesome": "fontawesome#^4.6.3", + "jquery": "^3.1.0", + "overflow.js": "*" + } +} diff --git a/package.json b/package.json index 4bcfce56..ba7b741c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "browser-sync": "^2.11.1", "gulp": "^3.9.1", "gulp-autoprefixer": "^3.1.0", + "gulp-bower-files": "^0.2.7", "gulp-browserify": "^0.5.1", "gulp-compass": "^2.1.0", "gulp-concat": "^2.6.0", @@ -23,7 +24,6 @@ "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.2", "gulp-util": "^3.0.7", - "main-bower-files": "^2.11.1", "rimraf": "^2.5.2", "run-sequence": "^1.1.5" },