-
Notifications
You must be signed in to change notification settings - Fork 636
Create Build command for deployment #46
Comments
+1 Preferably including minification |
There's (beta.1-beta.9) currently a problem with minification. I can see if there is a setup that makes sense without introducing complexity |
ok do mangle: false to avoid minification issue now. Good solution need to find soon |
@gdi2290 Okay.. I'm actually glad to hear there's still a minification issue in beta 9, since I have been struggling with it. It's not only me, then. I just rely on gzipping for now. No minification at all, but looking forward to reducing the bundle size! |
This is actually pretty easy to do on your own, assuming you've got this in your webpack config: And if you've added sass/css plugins to webpack, just make sure you include the css bundle in your html file, and then you can import the sass/css files as needed in your components, via |
And as far as minification goes, so far it seems like |
@zachgrayio how did you get the component html templates to load in dist? when opening the index.html I receive |
Duplicate of #17. I think it will make sense to do this only once offline compilation works. |
Like angular/angular-cli can you create dist folder automatically for deployment purpose
The text was updated successfully, but these errors were encountered: