-
Notifications
You must be signed in to change notification settings - Fork 106
switching from .compiled.js to .umd.js #100
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
Conversation
| cpthemeTemplate.setAttribute("id", templateId); | ||
| cpthemeTemplate.innerHTML = `<style id="${templateId}-style">:root { | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why this file was changed? I'm assuming prettier, but prettier should have formatted it when Mark committed it.
mwcz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lazy Garfield Turns Murderous
| return del(["./*.umd.*"]); | ||
| }); | ||
|
|
||
| gulp.task("compile", () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kylebuch8 Missed this during the review, but line 21 should have compiled changed to umd I think?
* rh-cta: Removing call to breakpoint-sass that broke npm run build. Works now. Fixing some var assignment bugs in RH-CTA test pr and add cta type select box (#102) adding the ability to set the rh-type attribute (#101) switching from .compiled.js to .umd.js (#100) Adding licenses (#99) Moving CP Theme to a new themes dir (#94) # Conflicts: # elements/rh-cta/demo/index.html # elements/rh-cta/rh-cta.compiled.js # elements/rh-cta/rh-cta.js # elements/rh-cta/src/rh-cta.scss
Fixes #53