Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
fix(core): use lower case attrs and not dash case
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed May 24, 2017
1 parent 6d5ef3c commit 0154791
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/bundle-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export function bundleCoreComponents(context: BuildContext) {
const config = {
srcDir: context.coreDir,
destDir: context.buildDir,
attrCase: 'lower',
packages: {
cleanCss: cleanCss,
fs: fs,
Expand Down

0 comments on commit 0154791

Please sign in to comment.