generators
  1. generators

generator-bat

Public

Network

 
AuthorCommitMessageCommit Date
cueedeecueedee
7f6ee0951aaMMerge commit '0b10652' into demo
cueedeecueedee
a0c4a49fb5cfeat(generators/demo): add debugging-aid styling, will be included on debug builds only Omitted when changing `generators/app` on commit 0a08e4a.
cueedeecueedee
f2f4c0afe79MMerge commit '0a08e4a' into demo
cueedeecueedee
4909f1fe7fbfeat(generators/demo): add a default locale Replace the hardcoded 'en-GB' locale with a generator prompted one. Omitted when `generators/app` was changed on commit 80deb5e.
cueedeecueedee
06d25e5e6bdMMerge commit '80deb5e' into demo
cueedeecueedee
1637fd2161efeat(generators/demo): add ability to adjust any of the current url's parameters without requiring knowledge of the current url itself or its structure Omitted when `generators/app` was changed on commit 9962873.
cueedeecueedee
62150aa170aMMerge commit '9962873' into demo
cueedeecueedee
0b8e3adee9afeat(generators/demo): link document root element identification to `.name` in `package.json` TODO: Whenever the package.json `.name` should change, you'd still need to alter `src/sass/app.sass` to correspond. Omitted when `generators/app` was changed on commit 84f703e.
cueedeecueedee
1584756f83dMMerge commit '84f703e' into demo
cueedeecueedee
f7e59891194feat(generators/demo): add logic to determine the `$appRoot` element. Often, the `document` and the app will share the same root elemenet, but not necessarily so. Omitted when `generators/app` was changed on commit 8e8e0d4.
cueedeecueedee
2721ef02f58MMerge commit '8e8e0d4' into demo
cueedeecueedee
a0f37c9e4cdfix(generators/app): ensure `npm prune` is run synchronously
cueedeecueedee
a858780ee53fix(generators/app): set an upper bound on those dependencies that changed over (or are expected to) to favor `coffeescript` over `coffee-script`
cueedeecueedee
fa95c965d23chore(project): bump d{,evD}ependencies to their (supported) {l,gre}atest
cueedeecueedee
5b161693496chore(project): update- and adhere to jshint v2.9.5
cueedeecueedee
0644f8176a6fix(generators/*/templates): fix documented `@type` declatations
cueedeecueedee
b225641c3fbchore(project): add IntelliJ IDEA project files and dir to `.gitignore`
cueedeecueedee
b02efce1e00feat(generator/app): add IntelliJ IDEA project files and dir to `.gitignore`
cueedeecueedee
c5dfcd1ab0erefactor(generators/app): reverse order of `install`-ing d{,evDependencies} Avoids a `peer dependency not installed` npm warning.
cueedeecueedee
960c1d7e5a6chore(project): add `package-lock.json` introduced with npm@5
cueedeecueedee
c9261ea5de3chore(project): bump `devDependencies` to their {l,gre}atest
cueedeecueedee
052f2464e4adocs(): fix possesives https://www.youtube.com/watch?v=8Gv0H-vPoDc
cueedeecueedee
6d49b985bb5chore(project): bump d{,evD}ependencies to their {l,gre}atest
cueedeecueedee
cd617ed0dcbfix(generators/app): fix typo
cueedeecueedee
1460bfe9911feat(generators/app): hint at how best to include the twitter bootstrap CSS framework This should probably be cast into handling a "Would you like to include the Twitter Bootstrap CSS framework?" prompt.
cueedeecueedee
62b83433536feat(generators/*): ensure prompted-for data is ungrudgingly massaged to fit the expected representation patterns
cueedeecueedee
253221808b2fix(generators/app): ensure transform is done from a known origin
cueedeecueedee
e64e791dddddocs(prioject): add a "Publish / On GitHub" section
cueedeecueedee
5d2dd75e81adocs(project): add a "Changelog" section and initial empty `CHANGELOG.md`
cueedeecueedee
0648f025cc3feat(generators/app): add a "Changelog" section
cueedeecueedee
2e5d56af6a9chore(project): ensure visual studio project directories ar unhesitatingly ignored
cueedeecueedee
96320b9d1a9feat(generators/app): extend with visual studio project directory
cueedeecueedee
7a552c034c1chore(project): bump d{,evD}ependencies to their {l,gre}atest
cueedeecueedee
ed816388a9efix(generators/demo): add missing template data
cueedeecueedee
c90355848eechore(): upgrade to yeoman-generator@1.x
cueedeecueedee
825de3fa66echore(generators/app/templates): add quotes around overriden target-environment
cueedeecueedee
1814386a586feat(generators/app/templates): ensure livereloading works for _any_ /^local/ target-environment
cueedeecueedee
484ac5d8e37chore: bump d{,evD}ependencies to their {l,gre}atest
cueedeecueedee
2b27dea6cd2feat(generators/app/templates): add automatic engagement of the Backbone-Debugger browser plugin when available Include automatically with debugging builds.
cueedeecueedee
91bad5e9a0bstyle(generators/app/templates): include default empty `publishConfig` section
cueedeecueedee
5dca9e95288feat(generators/app/templates): add `directories.doc` section
cueedeecueedee
047cd8e4e99feat(generators/app/templates): make generated code documentation expand any tabs that slipped through to the default 4 spaces
cueedeecueedee
e4be45a4fc2feat(generators/app/templates): make generated code include links to native data types
cueedeecueedee
3bb2f90ec16feat(generators/*): convert `name` cli argument/option to camelcase when used as default prompt value.
cueedeecueedee
cca4e345f87docs(generators/*/templates): use `code` styling where appropriate
cueedeecueedee
3af557d636ddocs(generators/app/templates): indicate where app-global sass settings are best inserted
cueedeecueedee
59e7bfba460fix(generators/app/templates): attempt to fix grunt watch not detecting changes
cueedeecueedee
6f9225b3e3adocs(generators/*/templates) tweak phrasing of `View.initialize( options)` param documentation.
cueedeecueedee
330d914fe59refactor(generators/*/templates): switch from `Q` to `bluebird` `Promise`s This should remove the need to terminate `Promise`-chains with the (non-standard) `done()` in order to not loose uncaught exceptions.
cueedeecueedee
085d56ec6f9chore(project): bump d{,evD}ependencies to their {l,gre}atest