]> git.parisson.com Git - mezzo.git/commitdiff
Bower added
authorJérémy Fabre <blackmagik88@gmail.com>
Wed, 20 Jul 2016 13:44:40 +0000 (15:44 +0200)
committerJérémy Fabre <blackmagik88@gmail.com>
Wed, 20 Jul 2016 13:44:40 +0000 (15:44 +0200)
.bowerrc [new file with mode: 0644]
.gitignore
bower.json [new file with mode: 0644]
package.json

diff --git a/.bowerrc b/.bowerrc
new file mode 100644 (file)
index 0000000..1f0e23b
--- /dev/null
+++ b/.bowerrc
@@ -0,0 +1,3 @@
+{
+    "directory" : "app/static/vendors"
+}
index d52c1e213c11fd96c01dd1abb90878c0c38598fc..2b60c7b39ede0f9a08af9b71251d164f9d22e8d4 100644 (file)
@@ -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 (file)
index 0000000..d803059
--- /dev/null
@@ -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": "*"
+  }
+}
index 4bcfce56825445921b6d96baa5547ec5744c3a73..ba7b741c2a4f31bbfdd2dbd49b34ef0cd396da09 100644 (file)
@@ -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"
   },