-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support lazy loaded and custom named scripts/styles #3401
Comments
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 6, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 7, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 7, 2016
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Dec 9, 2016
filipesilva
added a commit
that referenced
this issue
Dec 9, 2016
This was referenced Dec 22, 2016
MRHarrison
pushed a commit
to MRHarrison/angular-cli
that referenced
this issue
Feb 9, 2017
filipesilva
added a commit
to filipesilva/angular-cli
that referenced
this issue
Feb 14, 2017
This was added back in angular#3401 but never documented. Also cleans up duplicate docs in overview.
2 tasks
asnowwolf
pushed a commit
to asnowwolf/angular-cli
that referenced
this issue
Apr 12, 2017
This was added back in angular#3401 but never documented. Also cleans up duplicate docs in overview. Close angular#4693
1 task
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add support for outputting lazy loaded styles and scripts, and also to rename these. Global css should always be outputted as a CSS file, with no accompanying
.js
bundle.Example configuration in
angular-cli.json
:This should output the following list of files inside
dist/
:The text was updated successfully, but these errors were encountered: