Author Commit Message Commit Date cueedee 7f6ee0951aa M Merge commit '0b10652' into demo 09 Oct 2017 cueedee a0c4a49fb5c feat(generators/demo): add debugging-aid styling, will be included on debug builds only
Omitted when changing `generators/app` on commit 0a08e4a. 09 Oct 2017 cueedee f2f4c0afe79 M Merge commit '0a08e4a' into demo 09 Oct 2017 cueedee 4909f1fe7fb feat(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. 09 Oct 2017 cueedee 06d25e5e6bd M Merge commit '80deb5e' into demo 09 Oct 2017 cueedee 1637fd2161e feat(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. 09 Oct 2017 cueedee 62150aa170a M Merge commit '9962873' into demo 09 Oct 2017 cueedee 0b8e3adee9a feat(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. 09 Oct 2017 cueedee 1584756f83d M Merge commit '84f703e' into demo 09 Oct 2017 cueedee f7e59891194 feat(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. 09 Oct 2017 cueedee 2721ef02f58 M Merge commit '8e8e0d4' into demo 09 Oct 2017 cueedee a0f37c9e4cd fix(generators/app): ensure `npm prune` is run synchronously 06 Oct 2017 cueedee a858780ee53 fix(generators/app): set an upper bound on those dependencies that changed over (or are expected to) to favor `coffeescript` over `coffee-script` 05 Oct 2017 cueedee fa95c965d23 chore(project): bump d{,evD}ependencies to their (supported) {l,gre}atest 05 Oct 2017 cueedee 5b161693496 chore(project): update- and adhere to jshint v2.9.5 05 Oct 2017 cueedee 0644f8176a6 fix(generators/*/templates): fix documented `@type` declatations 09 Aug 2017 cueedee b225641c3fb chore(project): add IntelliJ IDEA project files and dir to `.gitignore` 21 Jun 2017 cueedee b02efce1e00 feat(generator/app): add IntelliJ IDEA project files and dir to `.gitignore` 21 Jun 2017 cueedee c5dfcd1ab0e refactor(generators/app): reverse order of `install`-ing d{,evDependencies}
Avoids a `peer dependency not installed` npm warning. 21 Jun 2017 cueedee 960c1d7e5a6 chore(project): add `package-lock.json` introduced with npm@5 21 Jun 2017 cueedee c9261ea5de3 chore(project): bump `devDependencies` to their {l,gre}atest 21 Jun 2017 cueedee 052f2464e4a docs(): fix possesives
https://www.youtube.com/watch?v=8Gv0H-vPoDc 04 May 2017 cueedee 6d49b985bb5 chore(project): bump d{,evD}ependencies to their {l,gre}atest 04 May 2017 cueedee cd617ed0dcb fix(generators/app): fix typo 04 May 2017 cueedee 1460bfe9911 feat(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. 03 Mar 2017 cueedee 62b83433536 feat(generators/*): ensure prompted-for data is ungrudgingly massaged to fit the expected representation patterns 03 Mar 2017 cueedee 253221808b2 fix(generators/app): ensure transform is done from a known origin 03 Mar 2017 cueedee e64e791dddd docs(prioject): add a "Publish / On GitHub" section 21 Feb 2017 cueedee 5d2dd75e81a docs(project): add a "Changelog" section and initial empty `CHANGELOG.md` 21 Feb 2017 cueedee 0648f025cc3 feat(generators/app): add a "Changelog" section 17 Feb 2017 cueedee 2e5d56af6a9 chore(project): ensure visual studio project directories ar unhesitatingly ignored 17 Feb 2017 cueedee 96320b9d1a9 feat(generators/app): extend with visual studio project directory 17 Feb 2017 cueedee 7a552c034c1 chore(project): bump d{,evD}ependencies to their {l,gre}atest 08 Feb 2017 cueedee ed816388a9e fix(generators/demo): add missing template data 19 Jan 2017 cueedee c90355848ee chore(): upgrade to yeoman-generator@1.x 19 Jan 2017 cueedee 825de3fa66e chore(generators/app/templates): add quotes around overriden target-environment 19 Jan 2017 cueedee 1814386a586 feat(generators/app/templates): ensure livereloading works for _any_ /^local/ target-environment 19 Jan 2017 cueedee 484ac5d8e37 chore: bump d{,evD}ependencies to their {l,gre}atest 19 Jan 2017 cueedee 2b27dea6cd2 feat(generators/app/templates): add automatic engagement of the Backbone-Debugger browser plugin when available
Include automatically with debugging builds. 22 Dec 2016 cueedee 91bad5e9a0b style(generators/app/templates): include default empty `publishConfig` section 13 Dec 2016 cueedee 5dca9e95288 feat(generators/app/templates): add `directories.doc` section 13 Dec 2016 cueedee 047cd8e4e99 feat(generators/app/templates): make generated code documentation expand any tabs that slipped through to the default 4 spaces 13 Dec 2016 cueedee e4be45a4fc2 feat(generators/app/templates): make generated code include links to native data types 13 Dec 2016 cueedee 3bb2f90ec16 feat(generators/*): convert `name` cli argument/option to camelcase when used as default prompt value. 06 Dec 2016 cueedee cca4e345f87 docs(generators/*/templates): use `code` styling where appropriate 05 Dec 2016 cueedee 3af557d636d docs(generators/app/templates): indicate where app-global sass settings are best inserted 23 Nov 2016 cueedee 59e7bfba460 fix(generators/app/templates): attempt to fix grunt watch not detecting changes 23 Nov 2016 cueedee 6f9225b3e3a docs(generators/*/templates) tweak phrasing of `View.initialize( options)` param documentation. 23 Nov 2016 cueedee 330d914fe59 refactor(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. 14 Nov 2016 cueedee 085d56ec6f9 chore(project): bump d{,evD}ependencies to their {l,gre}atest 14 Nov 2016 ← Prev Next → [{"id": "7f6ee0951aa049d7e8cfaaa52a24d8f5ed90a975", "href": "/projects/GEN/repos/generator-bat/commits/7f6ee0951aa049d7e8cfaaa52a24d8f5ed90a975","parents": [{ "id": "a0c4a49fb5c1022a9dd0400481964eba67d4c617" },{ "id": "0b10652041ff3d09951f8329c3d4d4b3c2aa066f" }]},{"id": "a0c4a49fb5c1022a9dd0400481964eba67d4c617", "href": "/projects/GEN/repos/generator-bat/commits/a0c4a49fb5c1022a9dd0400481964eba67d4c617","parents": [{ "id": "f2f4c0afe79a597ecf49b73139fd8ca1e9e8e44a" }]},{"id": "f2f4c0afe79a597ecf49b73139fd8ca1e9e8e44a", "href": "/projects/GEN/repos/generator-bat/commits/f2f4c0afe79a597ecf49b73139fd8ca1e9e8e44a","parents": [{ "id": "4909f1fe7fbecc414f0192e3a8ad9b9a4bda2815" },{ "id": "0a08e4adb3ca452cde9d7cdd180e266ca3cfb418" }]},{"id": "4909f1fe7fbecc414f0192e3a8ad9b9a4bda2815", "href": "/projects/GEN/repos/generator-bat/commits/4909f1fe7fbecc414f0192e3a8ad9b9a4bda2815","parents": [{ "id": "06d25e5e6bdc3499c9987701af7e1da79384e378" }]},{"id": "06d25e5e6bdc3499c9987701af7e1da79384e378", "href": "/projects/GEN/repos/generator-bat/commits/06d25e5e6bdc3499c9987701af7e1da79384e378","parents": [{ "id": "1637fd2161e7a05e9d8d1238f0b77e96de3a695a" },{ "id": "80deb5ef166d0f191d3c6f72356a7e562e0b4940" }]},{"id": "1637fd2161e7a05e9d8d1238f0b77e96de3a695a", "href": "/projects/GEN/repos/generator-bat/commits/1637fd2161e7a05e9d8d1238f0b77e96de3a695a","parents": [{ "id": "62150aa170a235579aaa87a1531cf544d7a714d0" }]},{"id": "62150aa170a235579aaa87a1531cf544d7a714d0", "href": "/projects/GEN/repos/generator-bat/commits/62150aa170a235579aaa87a1531cf544d7a714d0","parents": [{ "id": "0b8e3adee9a0b069a14bd8b004f18f1ba5417e91" },{ "id": "99628731918910fd27852ff7a906fb8e96fce52c" }]},{"id": "0b8e3adee9a0b069a14bd8b004f18f1ba5417e91", "href": "/projects/GEN/repos/generator-bat/commits/0b8e3adee9a0b069a14bd8b004f18f1ba5417e91","parents": [{ "id": "1584756f83d79139ce4a89fe81a1f0f05869e222" }]},{"id": "1584756f83d79139ce4a89fe81a1f0f05869e222", "href": "/projects/GEN/repos/generator-bat/commits/1584756f83d79139ce4a89fe81a1f0f05869e222","parents": [{ "id": "f7e59891194b7b35224cbb54e32f6269bf4872bf" },{ "id": "84f703eaebbdb887f3718c122203ceaf4a73fa41" }]},{"id": "f7e59891194b7b35224cbb54e32f6269bf4872bf", "href": "/projects/GEN/repos/generator-bat/commits/f7e59891194b7b35224cbb54e32f6269bf4872bf","parents": [{ "id": "2721ef02f58426dea998074b4403aeb74a2a1cfd" }]},{"id": "2721ef02f58426dea998074b4403aeb74a2a1cfd", "href": "/projects/GEN/repos/generator-bat/commits/2721ef02f58426dea998074b4403aeb74a2a1cfd","parents": [{ "id": "48e1b1b31aae00b4877583b88de6a394d7952390" },{ "id": "8e8e0d482a88f4d4a3684372f2b23059409c093f" }]},{"id": "a0f37c9e4cdfaf7b3fdc689e013380dfa5b573c9", "href": "/projects/GEN/repos/generator-bat/commits/a0f37c9e4cdfaf7b3fdc689e013380dfa5b573c9","parents": [{ "id": "a858780ee53b80b8ce098c546c9a05ca08ea1dd9" }]},{"id": "a858780ee53b80b8ce098c546c9a05ca08ea1dd9", "href": "/projects/GEN/repos/generator-bat/commits/a858780ee53b80b8ce098c546c9a05ca08ea1dd9","parents": [{ "id": "fa95c965d231179b08531fa86f6b287b88ee993c" }]},{"id": "fa95c965d231179b08531fa86f6b287b88ee993c", "href": "/projects/GEN/repos/generator-bat/commits/fa95c965d231179b08531fa86f6b287b88ee993c","parents": [{ "id": "5b161693496aa820273c3a77a781ae1073be05b3" }]},{"id": "5b161693496aa820273c3a77a781ae1073be05b3", "href": "/projects/GEN/repos/generator-bat/commits/5b161693496aa820273c3a77a781ae1073be05b3","parents": [{ "id": "0644f8176a65e159a8258fc7fbb98c59e6c3a6ce" }]},{"id": "0644f8176a65e159a8258fc7fbb98c59e6c3a6ce", "href": "/projects/GEN/repos/generator-bat/commits/0644f8176a65e159a8258fc7fbb98c59e6c3a6ce","parents": [{ "id": "b225641c3fb92de814f55454c707a7f06452a794" }]},{"id": "b225641c3fb92de814f55454c707a7f06452a794", "href": "/projects/GEN/repos/generator-bat/commits/b225641c3fb92de814f55454c707a7f06452a794","parents": [{ "id": "b02efce1e00e3e21b882262418de725f82837f3e" }]},{"id": "b02efce1e00e3e21b882262418de725f82837f3e", "href": "/projects/GEN/repos/generator-bat/commits/b02efce1e00e3e21b882262418de725f82837f3e","parents": [{ "id": "c5dfcd1ab0e594f344249bfab937a84696f69c3a" }]},{"id": "c5dfcd1ab0e594f344249bfab937a84696f69c3a", "href": "/projects/GEN/repos/generator-bat/commits/c5dfcd1ab0e594f344249bfab937a84696f69c3a","parents": [{ "id": "960c1d7e5a656191afd457935b7f08375e08a8d0" }]},{"id": "960c1d7e5a656191afd457935b7f08375e08a8d0", "href": "/projects/GEN/repos/generator-bat/commits/960c1d7e5a656191afd457935b7f08375e08a8d0","parents": [{ "id": "c9261ea5de36d09486ce5e480d65c7814f83dc5e" }]},{"id": "c9261ea5de36d09486ce5e480d65c7814f83dc5e", "href": "/projects/GEN/repos/generator-bat/commits/c9261ea5de36d09486ce5e480d65c7814f83dc5e","parents": [{ "id": "052f2464e4aecac03b748e885e56f41a68ec585d" }]},{"id": "052f2464e4aecac03b748e885e56f41a68ec585d", "href": "/projects/GEN/repos/generator-bat/commits/052f2464e4aecac03b748e885e56f41a68ec585d","parents": [{ "id": "6d49b985bb564b59ab52dc7bb9689047d47c09e3" }]},{"id": "6d49b985bb564b59ab52dc7bb9689047d47c09e3", "href": "/projects/GEN/repos/generator-bat/commits/6d49b985bb564b59ab52dc7bb9689047d47c09e3","parents": [{ "id": "cd617ed0dcb94c230bb922a1e94115cdb31a7bf6" }]},{"id": "cd617ed0dcb94c230bb922a1e94115cdb31a7bf6", "href": "/projects/GEN/repos/generator-bat/commits/cd617ed0dcb94c230bb922a1e94115cdb31a7bf6","parents": [{ "id": "1460bfe991191ba5c3df53df0e0845c5933afa3f" }]},{"id": "1460bfe991191ba5c3df53df0e0845c5933afa3f", "href": "/projects/GEN/repos/generator-bat/commits/1460bfe991191ba5c3df53df0e0845c5933afa3f","parents": [{ "id": "62b834335362af8bbf6e0e04b4405b1c50c90dd0" }]},{"id": "62b834335362af8bbf6e0e04b4405b1c50c90dd0", "href": "/projects/GEN/repos/generator-bat/commits/62b834335362af8bbf6e0e04b4405b1c50c90dd0","parents": [{ "id": "253221808b247e5a63ba916fda7c3546867b3c34" }]},{"id": "253221808b247e5a63ba916fda7c3546867b3c34", "href": "/projects/GEN/repos/generator-bat/commits/253221808b247e5a63ba916fda7c3546867b3c34","parents": [{ "id": "e64e791ddddded2af7c418715a9da97a9ae5aeef" }]},{"id": "e64e791ddddded2af7c418715a9da97a9ae5aeef", "href": "/projects/GEN/repos/generator-bat/commits/e64e791ddddded2af7c418715a9da97a9ae5aeef","parents": [{ "id": "5d2dd75e81ad0659d35ac52b69c61d5a7a6eac55" }]},{"id": "5d2dd75e81ad0659d35ac52b69c61d5a7a6eac55", "href": "/projects/GEN/repos/generator-bat/commits/5d2dd75e81ad0659d35ac52b69c61d5a7a6eac55","parents": [{ "id": "0648f025cc30493e1c2413f34fbe1486562a30b6" }]},{"id": "0648f025cc30493e1c2413f34fbe1486562a30b6", "href": "/projects/GEN/repos/generator-bat/commits/0648f025cc30493e1c2413f34fbe1486562a30b6","parents": [{ "id": "2e5d56af6a9133f50b42f8a45f43a27efde3f495" }]},{"id": "2e5d56af6a9133f50b42f8a45f43a27efde3f495", "href": "/projects/GEN/repos/generator-bat/commits/2e5d56af6a9133f50b42f8a45f43a27efde3f495","parents": [{ "id": "96320b9d1a9e34e3a321dafd52446799f352e416" }]},{"id": "96320b9d1a9e34e3a321dafd52446799f352e416", "href": "/projects/GEN/repos/generator-bat/commits/96320b9d1a9e34e3a321dafd52446799f352e416","parents": [{ "id": "7a552c034c1b686b4d091136f9910ef538f24b75" }]},{"id": "7a552c034c1b686b4d091136f9910ef538f24b75", "href": "/projects/GEN/repos/generator-bat/commits/7a552c034c1b686b4d091136f9910ef538f24b75","parents": [{ "id": "ed816388a9ee2a3f1b12b0867fea77cb15fe49ce" }]},{"id": "ed816388a9ee2a3f1b12b0867fea77cb15fe49ce", "href": "/projects/GEN/repos/generator-bat/commits/ed816388a9ee2a3f1b12b0867fea77cb15fe49ce","parents": [{ "id": "c90355848ee22d02a7b07b55d74231580b2921cb" }]},{"id": "c90355848ee22d02a7b07b55d74231580b2921cb", "href": "/projects/GEN/repos/generator-bat/commits/c90355848ee22d02a7b07b55d74231580b2921cb","parents": [{ "id": "825de3fa66e56b441c75fdaff82fb92b862cb9d1" }]},{"id": "825de3fa66e56b441c75fdaff82fb92b862cb9d1", "href": "/projects/GEN/repos/generator-bat/commits/825de3fa66e56b441c75fdaff82fb92b862cb9d1","parents": [{ "id": "1814386a586cfb8652ff7f2aa781c2ed3c9efe00" }]},{"id": "1814386a586cfb8652ff7f2aa781c2ed3c9efe00", "href": "/projects/GEN/repos/generator-bat/commits/1814386a586cfb8652ff7f2aa781c2ed3c9efe00","parents": [{ "id": "484ac5d8e37aaa83d2352810f19bc792d08e9b79" }]},{"id": "484ac5d8e37aaa83d2352810f19bc792d08e9b79", "href": "/projects/GEN/repos/generator-bat/commits/484ac5d8e37aaa83d2352810f19bc792d08e9b79","parents": [{ "id": "2b27dea6cd2a336966cbf0040fb313bc5aae84d8" }]},{"id": "2b27dea6cd2a336966cbf0040fb313bc5aae84d8", "href": "/projects/GEN/repos/generator-bat/commits/2b27dea6cd2a336966cbf0040fb313bc5aae84d8","parents": [{ "id": "91bad5e9a0b21cd8bc94c585e350f92ed3ca6d96" }]},{"id": "91bad5e9a0b21cd8bc94c585e350f92ed3ca6d96", "href": "/projects/GEN/repos/generator-bat/commits/91bad5e9a0b21cd8bc94c585e350f92ed3ca6d96","parents": [{ "id": "5dca9e952886e85026b8d1cf83e9bf9c82854eef" }]},{"id": "5dca9e952886e85026b8d1cf83e9bf9c82854eef", "href": "/projects/GEN/repos/generator-bat/commits/5dca9e952886e85026b8d1cf83e9bf9c82854eef","parents": [{ "id": "047cd8e4e99072094db94941456e8d8e9c017beb" }]},{"id": "047cd8e4e99072094db94941456e8d8e9c017beb", "href": "/projects/GEN/repos/generator-bat/commits/047cd8e4e99072094db94941456e8d8e9c017beb","parents": [{ "id": "e4be45a4fc2ed0b7059050b1c8393b5eef8c12fd" }]},{"id": "e4be45a4fc2ed0b7059050b1c8393b5eef8c12fd", "href": "/projects/GEN/repos/generator-bat/commits/e4be45a4fc2ed0b7059050b1c8393b5eef8c12fd","parents": [{ "id": "3bb2f90ec167496289b40a5dfa3f320affc39859" }]},{"id": "3bb2f90ec167496289b40a5dfa3f320affc39859", "href": "/projects/GEN/repos/generator-bat/commits/3bb2f90ec167496289b40a5dfa3f320affc39859","parents": [{ "id": "cca4e345f87a797a86e9e9ee86d85eff97d2c2d1" }]},{"id": "cca4e345f87a797a86e9e9ee86d85eff97d2c2d1", "href": "/projects/GEN/repos/generator-bat/commits/cca4e345f87a797a86e9e9ee86d85eff97d2c2d1","parents": [{ "id": "3af557d636d8c0623b53963d23a723c1c5a92bbf" }]},{"id": "3af557d636d8c0623b53963d23a723c1c5a92bbf", "href": "/projects/GEN/repos/generator-bat/commits/3af557d636d8c0623b53963d23a723c1c5a92bbf","parents": [{ "id": "59e7bfba460de913eda500a7f23b2c76c667a06f" }]},{"id": "59e7bfba460de913eda500a7f23b2c76c667a06f", "href": "/projects/GEN/repos/generator-bat/commits/59e7bfba460de913eda500a7f23b2c76c667a06f","parents": [{ "id": "6f9225b3e3af25088f8779c9b04334405ee24947" }]},{"id": "6f9225b3e3af25088f8779c9b04334405ee24947", "href": "/projects/GEN/repos/generator-bat/commits/6f9225b3e3af25088f8779c9b04334405ee24947","parents": [{ "id": "330d914fe5911588480e4b169df9576f9e2c62a0" }]},{"id": "330d914fe5911588480e4b169df9576f9e2c62a0", "href": "/projects/GEN/repos/generator-bat/commits/330d914fe5911588480e4b169df9576f9e2c62a0","parents": [{ "id": "085d56ec6f9024d0506dbe19e7f87071f746a41c" }]},{"id": "085d56ec6f9024d0506dbe19e7f87071f746a41c", "href": "/projects/GEN/repos/generator-bat/commits/085d56ec6f9024d0506dbe19e7f87071f746a41c","parents": [{ "id": "471c98768cea9d8dddc88a461b14b040d3d7a7ea" }]}]