-
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.
Conflicts: lib/bower-rails/dsl.rb lib/tasks/bower.rake
- Loading branch information
Showing
9 changed files
with
41 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ _yardoc | |
doc/ | ||
|
||
rails-test-app | ||
/.idea/ |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,4 @@ before 'assets:precompile' do | |
BowerRails.tasks.map do |task| | ||
Rake::Task[task].invoke | ||
end | ||
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