forked from rondale-sc/ember-cli-rails-addon
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When precompiling assets in production, we ensure that we are not minifying the JavaScript assets twice. Duplicating minification can slow down assets precompilation considerably. Closes [tricknotes/ember-cli-rails#124][124] and [tricknotes/ember-cli-rails#123][123]. [123]: tricknotes/ember-cli-rails#123 [124]: tricknotes/ember-cli-rails#124
- Loading branch information
1 parent
d472059
commit d1f0af9
Showing
2 changed files
with
6 additions
and
0 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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
master | ||
------ | ||
|
||
* Disable EmberCLI minification (closes [thoughtbot/ember-cli-rails#124][124] and | ||
[thoughtbot/ember-cli-rails#123][123]) | ||
* Copies `dist/index.html` to `dist/assets/index.html` after a build | ||
|
||
[123]: https://github.com/thoughtbot/ember-cli-rails/pull/123 | ||
[124]: https://github.com/thoughtbot/ember-cli-rails/pull/124 |
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