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

toolchain: use webpack instead of jspm #584

Merged
merged 52 commits into from
Dec 7, 2016
Merged

toolchain: use webpack instead of jspm #584

merged 52 commits into from
Dec 7, 2016

Conversation

andrenarchy
Copy link
Member

Changes:

  • use webpack for bundling everything
    • typescript -> babel -> es5 (minified for production build with --optimize-minimize)
    • less -> css (also minified for production)
    • minify html
    • minify images
    • copy static assets (mathjax, pdfjs worker, favicon)
  • install all dependencies via npm
  • remove jspm, bower, gulp,
  • move html/ files in app/ and properly require() them
  • install @type definitions for all used modules
  • create type definitions for
    • pdfjs (move upstream!)
    • dentist
    • kramed
  • fix all typescript errors
  • introduce proper typescript linting with tslint

@jengeb
Copy link
Contributor

jengeb commented Dec 7, 2016

  • map on about page doesn't appear
  • modal (e.g., feedback): the X to close the modal is focussed
  • widget: no text

@andrenarchy
Copy link
Member Author

I fixed the map and the widget. The modal issue will be solved with ui-bootstrap@2.3.1 according to angular-ui/bootstrap#6295.

Good to go in my opinion! 😄

@jengeb jengeb merged commit e3992ca into master Dec 7, 2016
@jengeb jengeb deleted the webpack branch December 7, 2016 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants