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

Feature/umd builds #78

Merged
merged 7 commits into from
Sep 14, 2016
Merged

Feature/umd builds #78

merged 7 commits into from
Sep 14, 2016

Conversation

emoralesb05
Copy link
Contributor

@emoralesb05 emoralesb05 commented Sep 14, 2016

Description

Bundled each module in a .umd.js file with their html/css inlined to be on par with angular2/angular2-material.
#56
#27

What's included?

  • Added hammerjs as typings so platform build compiles correctly.
  • Added inline-resources script to inline html/css into js files.
  • Added rollup and dependencies to bundle js into a single umd.js file per module with ES6 support.
  • Updated npm run build with both steps.
  • Updated RELEASE.md + finish-release script for proper script usage.

Test Steps

  • npm run build
  • Go to /deploy/platform/*
  • See umd.js files be created and have html/css inline in them.

@kyleledbetter kyleledbetter merged commit 23007cd into develop Sep 14, 2016
@emoralesb05 emoralesb05 deleted the feature/umd-builds branch September 14, 2016 01:47
@emoralesb05 emoralesb05 added this to the Alpha 0.7 milestone Sep 14, 2016
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.

2 participants