-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c298d9
commit 6676f46
Showing
7 changed files
with
42 additions
and
22 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
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
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
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
11 changes: 7 additions & 4 deletions
11
lib/generators/bower_rails/initialize/templates/bower_rails.rb
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 |
---|---|---|
@@ -1,10 +1,13 @@ | ||
BowerRails.configure do |bower_rails| | ||
# Invoke `rake bower:install` automatically before the `rake assets:precompile` task. | ||
# Tell bower-rails what path should be considered as root. Defaults to Dir.pwd | ||
# bower_rails.root_path = Dir.pwd | ||
|
||
# Invokes rake bower:install before precompilation. Defaults to false | ||
# bower_rails.install_before_precompile = true | ||
|
||
# Invoke `rake bower:resolve` automatically before the `rake assets:precompile` task. | ||
# Invokes rake bower:resolve before precompilation. Defaults to false | ||
# bower_rails.resolve_before_precompile = true | ||
|
||
# Invoke `rake bower:clean` automatically before the `rake assets:precompile` task. | ||
# Invokes rake bower:clean before precompilation. Defaults to false | ||
# bower_rails.clean_before_precompile = true | ||
end | ||
end |
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
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