Skip to content

Commit

Permalink
fix(generators/demo): add missing template data
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Feb 8, 2017
1 parent c903558 commit ed81638
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ var DemoGenerator = Generator.extend(
, i18nLocaleDefault: locale.format()
, i18nLocaleDefaultLanguage: locale.language().descriptions()[0]
, i18nLocaleDefaultRegion: locale.region().format()
, jqueryCdn: true
}
);
}
Expand Down

0 comments on commit ed81638

Please sign in to comment.