Skip to content

Instantly share code, notes, and snippets.

@denisfl
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save denisfl/ef98716140583a9355f6 to your computer and use it in GitHub Desktop.
Save denisfl/ef98716140583a9355f6 to your computer and use it in GitHub Desktop.
Middleman bower template
{
"directory": "bower_components"
}
{
"name": "project_name",
"version": "0.0.0",
"homepage": "project_url",
"authors": [
"your_name"
],
"license": "MIT",
"private": true,
"dependencies": {
"jquery": "~2.1.0"
}
}
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