Commit b8348416 authored by Sammy Larbi's avatar Sammy Larbi
Browse files

ignore .files for bower packaging

parent 416fd9d1
3 merge requests!8635ignore Gruntfile.js in jekyll,!8530ignore .files for bower packaging,!8656Added rel="stylesheet" to CDN-Examples
Showing with 3 additions and 0 deletions
+3 -0
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
"name": "bootstrap", "name": "bootstrap",
"version": "3.0.0", "version": "3.0.0",
"main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"],
"ignore": [
"**/.*"
],
"dependencies": { "dependencies": {
"jquery": ">= 1.9.0" "jquery": ">= 1.9.0"
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment