-
I find Chris Bateman'as visualizer to be more useful, especially given the number of dependencies this boilerplate has. Works with the same json stats format.
-
-
-
-
docs(servers): update server conf files for offline-first per #645 (#…
…1381) * docs(servers): update server conf files for offline-first per #645 re caching see #645 (comment) Apache http://stackoverflow.com/a/33287352/522756 Nginx https://www.nginx.com/blog/nginx-caching-guide/ * Update .gitattributes added "." to nginx.conf * Remove empty line in list * Picked a nit :-)
-
chore(docs): cleanup of introduction
* chore(docs): cleanup of introduction * chore(readme): add hitchhikers guide to the readme * Several minor edits... * Remove (in no particular order)
-
-
mxstbr committed
Jan 13, 2017 -
* feature(test): enable build without test Git pre-commit hook still prevents submit failing code * docs(test): updated documentation Clarified test, build and start:production * test(selector test generator): change 'test case' to 'true' This make it easier 'cheat' on the test (double-click to select). Useful when manually testing generator output. * docs(test): updated documentation Clarified start:production * remove erroneous single quote * test(travis): revert yarn calls to npm Travis does not directly support yarn As described at https://blog.travis-ci.com/2016-11-21-travis-ci-now-supports-yarn Travis looks for yarn.lock and maps npm calls to yarn, if present.
-
chore(internals): do not check file sizes of main chunk and favicon (#…
…1424) * chore(internals): do not check file sizes of main chunk and favicon * Reword explanation in the docs
-
docs(ISSUE_TEMPLATE): add request for RBP version (#1425)
As there are often several version in various state of completion and we attempt to release often. It's vital to know what version of RBP is involved in issues.
-
#1406 remove lint:css documentation references (#1445)
* Removed redundant lint:css Remove lint:css references * Removed redundant lint:js reference
-
-
RFC: chore(ci): switch to yarn (#1415)
* chore(ci): switch to yarn * Remove 'yarn version' because: 'Can't answer a question unless a user TTY'
-
feature(nginx): integrating mozillas nginx secure tls configuration i… (
#1393) * feature(nginx): integrating mozillas nginx secure tls configuration into .nginx.conf * feature(nginx): updating server-config docs for apache and nginx to reflect security configurations * Update .nginx.conf Add Link for DHE Handshake and minor edits for style/grammar * Update server-configs.md Minor edits for style/grammar
-
Add AWS documentation to deployment.md (#1442)
* Add AWS documentation to deployment.md * Minor changes
-
-
Reorg some templates and add tests (#1414)
* Reorg some templates and add tests - Also make sure that we keep LanguageProvider tests after clean * Move to container structure for internals * Remove old filename ref * Actually remove folders, thanks @dattaya
-
-
chore(deps): update webpack (#1358)
* chore(deps): update webpack * Update 'Introduction' * Cache again * Fix warning during generation of webpack dll file * Describe how to turn off the warnings in production * Bump webpack * Improve the docs
-
-
gihrig committed on GitHub
Jan 2, 2017 Some checks were not successful
3 failing and 2 successful checks -
-
-
fix(core): ngrok not working (#1399)
Node's http.Server#listen does some smart choosing for default host '::' or '0.0.0.0' depending on IPv6 support. Use that instead of binding to localhost specifically. This mimics previous server functionality and allows ngrok access to work again.
-
Move to Jest Documentation (#1390)
* Move to Jest Documentation - Move from Mocha to Jest documentation - Remove rewire docs and replace with Jest snapshot information * Minor edits Overall very good, only a few minor edits for style. * Remove jest-cli cmd * Update commands.md * Update deployment.md
-
feat(docs) a beginner's guide to RBP (#1366)
* Create introduction.md * Update introduction.md Minor edits for grammar and structure. Overall, really really good. The hours of dedicated effort you put in will be appreciated by many to come! Very well done
😄 * Update introduction.md Here I have implemented the changes mentioned by @web2style and @lamoglia Thanks guys! :spakles: * Host workflow.png internally * Reference local image in markdown * Rename Workflow.png -> workflow.png