Last active
August 29, 2015 14:01
-
-
Save denisfl/ef98716140583a9355f6 to your computer and use it in GitHub Desktop.
Middleman bower template
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
{ | |
"directory": "bower_components" | |
} |
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
{ | |
"name": "project_name", | |
"version": "0.0.0", | |
"homepage": "project_url", | |
"authors": [ | |
"your_name" | |
], | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"jquery": "~2.1.0" | |
} | |
} |
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
after_configuration do | |
sprockets.append_path File.join root.to_s, "bower_components" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment