Skip to content
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

optimize deploy structure #110

Closed
3 tasks done
mseemann opened this issue Sep 26, 2016 · 2 comments
Closed
3 tasks done

optimize deploy structure #110

mseemann opened this issue Sep 26, 2016 · 2 comments

Comments

@mseemann
Copy link
Owner

mseemann commented Sep 26, 2016

the project is based on angular-cli. This isn't an optimal solution for a lib project that's deployed as npm module. This needs to be optimized.

  • support for umd modules
    yet todo:
  • gh-pages deployment
  • test npm package
  • publish script
@mseemann mseemann added this to the version 2.0.0 milestone Sep 26, 2016
@DzmitryShylovich
Copy link

Rollup is the recommended tool for 3rd party libs due to its effective treeshaking.

@elvisbegovic
Copy link

elvisbegovic commented Oct 5, 2016

I tried ng build --prod --aot
I get:
0% compiling Unexpected value 'MdlModule' imported by the module 'AppModule'
Maybe mdl don't include *.metadata.json for each of Angular files, @mseemann ?

my question on stackoverflow: http://stackoverflow.com/questions/39867324/unexpected-value-x-imported-by-the-module-z-when-using-flag-aot/39868123#39868123

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants