This repository was archived by the owner on Mar 26, 2018. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Serve:dist broken #638
Labels
Comments
While My workaround for this is comment out the cssmin: {
options: {
//root: '<%= yeoman.app %>'
}
}, And be sure have the correct |
Thanks, that correct the problem with the CSS, but there is still the problem with the javascript |
Please help to verify the fixes resolve the issues you have been having. You will need to test using the latest git code. Here are the instructions on how to do that:
Let me know if you have any issues by replying here or opening a new issue. |
jcamelis
pushed a commit
to jcamelis/generator-angular
that referenced
this issue
Jul 15, 2014
Fix handling of Bootstrap fonts. This correctly loads the fonts in `grunt serve` as well as `grunt serve:dist`. This should hopefully close all the PR's and issues related to Bootstrap fonts. Also removes styles being duplicated in a the output CSS file. This includes a potentially breaking change in that `root` of **cssmin** has been reverted (removed). Closes yeoman#552 Fixes yeoman#638 Fixes yeoman#645 Closes yeoman#661 Fixes yeoman#662 Partially closes yeoman#664 Fixes yeoman#665 Fixes yeoman#667
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running "grunt serve:dist" task
with sass bootstrap the fonts path in main.css is not good and the builded script.js is not copied in index.html
The text was updated successfully, but these errors were encountered: