-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rails 6 support: improvements (#250)
* Bump sass-rails to < 7.0 * Add rails 6 and ruby 2.3.5 to travis matrix * Add ruby 2.5.0 to travis * Move from ruby 2.5.0 to 2.5.1 * Add manifest.js to dummy app Add application.css to manifest.js Add application.js to manifest.js Add admin assets to manifest.js
- Loading branch information
1 parent
3555b6d
commit 26b3b6b
Showing
3 changed files
with
14 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
//= link application.css | ||
//= link application.js | ||
//= link admin/application.css | ||
//= link admin/application.js |