-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #157 from Kunstmaan/feature/move-bower-to-generator
Move bower configs to the generator and update+fix the bower dependencies
- Loading branch information
Showing
4 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
Resources/SensioGeneratorBundle/skeleton/layout/bower/.bowerrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "web/vendor/" | ||
} |
17 changes: 17 additions & 0 deletions
17
Resources/SensioGeneratorBundle/skeleton/layout/bower/bower.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "{{ bundle.getName() }}", | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"sass-bootstrap": "~3.0", | ||
"bourbon": "~3.1", | ||
"jquery": "~1.11", | ||
"cupcake": "~1.6", | ||
"html5shiv": "~3.7", | ||
"socialite-js": "v2.0", | ||
"flexslider": "latest", | ||
"fitvids": "~1.1", | ||
"svgeezy": "~1.0", | ||
"jquery-placeholder": "~2.0", | ||
"fancybox": "~2.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters