generators
  1. generators

generator-bat

Public

Network

 
AuthorCommitMessageCommit Date
cueedeecueedee
d88e8b46e3afix(generators/{app,demo}/templates): fix non-html5 self-closing tags
cueedeecueedee
5f854e8cfc6MMerge branch 'release/1.0.1' into develop
cueedeecueedee
ab06314e0dfMMerge branch 'release/1.0.1'
cueedeecueedee
3f68c87ccf8chore(release): 1.0.1
cueedeecueedee
7a857ef250cstyle(generators/app): tweak phrasing
cueedeecueedee
60b98daead9feat(generators/app): include warning about generated localization file
cueedeecueedee
a24c9adc204feat(generators/app/templates): add revision (commit) to environment ribbon
cueedeecueedee
066ecad9581fix(generators/app/templates): modernize environment ribbon (debug)
cueedeecueedee
5e44e7edce8chore(project): fix typo
cueedeecueedee
625776bceaffix(generators/{app,demo}/templates): prevent undefined optional parameters from appearing in de url as `"null"` or `"undefined"` (the strings that is)
cueedeecueedee
06f20238f8dchore(project): remove lingering empty lines
cueedeecueedee
735daceee8bchore(project): expands the IntelliJ IDEA litter scope
cueedeecueedee
ef69842075fdocs(project): address omitted documentational changes when moving from `mocha`/`chai` to `karma`/`jasmine`/`phantomjs` See commits: 3ea9f91 & 925d1ca
cueedeecueedee
bf7315d07e1chore(project): remove misfitted package keywords and reorder
cueedeecueedee
74f3f0f0899chore(project): fix badge link protocol to `https`
cueedeecueedee
0978070dc36docs(project): add instruction to link to the `CHANGELOG` when publishing a release on GitHub
cueedeecueedee
b74501abfe7MMerge branch 'release/v1.0.0' into develop
cueedeecueedee
26b2ddb876fMMerge branch 'release/v1.0.0'
cueedeecueedee
a4befec8730chore(release): 1.0.0
cueedeecueedee
05c666ffc25chore(project): include setting up two git hooks that will help keeping `node_modules` in sync with `package-lock.json` Include guidance for this in the `README.md`.
cueedeecueedee
e6337783835feat(generators/app/templates): include setting up two git hooks that will help keeping `node_modules` in sync with `package-lock.json` Include guidance for this in the generated `README.md`
cueedeecueedee
9f2e96c2be1feat(generators): provide visual feedback of symlinked sources
cueedeecueedee
fc1a339b8b9fix(generators/demo/templates): add instruction to generate documentation before referring to it
cueedeecueedee
0d2c82b8962feat(generators/app/templates): transition to use `prepublishOnly` in favor of `prepublish` This is an npm@>=5 feature so also add an `engines` hint for it. As per this `npm@5` warning: > ``` > npm WARN prepublish-on-install As of npm@5, `prepublish` scripts are deprecated. > npm WARN prepublish-on-install Use `prepare` for build steps and `prepublishOnly` for upload-only. > npm WARN prepublish-on-install See the deprecation note in `npm help scripts` for more information. > ```
cueedeecueedee
6969a74efbcfeat(generators/app): safe-guard against running in non-empty destination roots
cueedeecueedee
c862fba4be3fix(generators/demo): avoid re-installing dependency
cueedeecueedee
312f2de605ffeat(ui): highlight a question's main subject.
cueedeecueedee
8e35dec0dd0feat(ux): add feedback of `bat:demo` generator composition
cueedeecueedee
6c113de3bf9fix(generators/app): ensure to avoid conflicts when composing in the demo generator Basically, what commit c209298 should have been about.
cueedeecueedee
51b3697e825fix(generators/demo/templates): fix image, attribution and link
cueedeecueedee
e85caf9ceb1MMerge commit '552cf8d' into develop
cueedeecueedee
552cf8dc2fefix(generators): add omitted new files
cueedeecueedee
d82fa1f154bchore(generators): transition to `yeoman-generator@>=2` ES6ify the things (to the extend needed, or convenient).
cueedeecueedee
82f3962d140style(generatos/app/templates): ahere to npm's two-space indent convention
cueedeecueedee
90dfb5693efMMerge branch 'demo' into develop
cueedeecueedee
577dd61a5adfeat(generators/demo/templates): ensure livereloading works for _any_ /^local/ target-environment Omitted when changing `generators/app/templates` on commit 1814386.
cueedeecueedee
87462459704MMerge commit '1814386' into demo
cueedeecueedee
3034c1dc3e6style(generators/model): add missing semicolon
cueedeecueedee
cefe3254ac7fix(generators/app): add missing command line options
cueedeecueedee
d08eb44e28cfix(generators/app): fix argument type
cueedeecueedee
fb311ef6020style(generators/demo/templates): fix typo Omitted when changing `generator/app/templates` on * commit 5690999.
cueedeecueedee
5bf98b5d454MMerge commit '5690999' into demo
cueedeecueedee
c20929835d0fix(generators/demo): fix i18n adjustments for demo app
cueedeecueedee
021334dcb93feat(generators/demo): add option to let app load jQuery through a CDN Omitted when `generators/app` was changed on commit d974ed4.
cueedeecueedee
8092bef9499MMerge commit 'd974ed4' into demo
cueedeecueedee
3ea9f914d80feat(generators/demo): replace mocha/chai based testing framework with a combo of karma, jasmine, phantomjs and browserify Omitted when `generators/app` was changed on commit 925d1ca.
cueedeecueedee
118f389d3e1MMerge commit '925d1ca' into demo
cueedeecueedee
e2bc048976afeat(generators/demo): add ability to retrieve a build distribution target-environment's settings at run-time Replace madlib-hostmapping based solution. Omitted when `generators/app` was changed on commit 7d9f599.
cueedeecueedee
fdb95a352eeMMerge commit '7d9f599' into demo
cueedeecueedee
335284c5f69feat(generators/demo): do a smarter insertion of the livereload url This will make livereloading also work from virtualbox machines reaching out to your local machine. Omitted when `generators/app` was changed on commit 0b10652.