- 01 Aug, 2016 1 commit
-
-
Manav Sehgal authored
* Install React Bootstrap Dependency - section added * Updated with short intro clarification * Moved React Bootstrap after Add Images
-
- 30 Jul, 2016 4 commits
-
-
Jorge Antunes authored
Adds the [`dev-toolkit` npm package](https://github.com/stoikerty/dev-toolkit) to the list of Alternatives. After some suggestions in my last PR https://github.com/facebookincubator/create-react-app/pull/292, I've changed my project to provide better command-line utilities for initializing an app. Managed to get rid of babel's dev-dependencies as well, so this is now a dependency-free project just like `create-react-app`.
-
Alex Zherdev authored
* Accept version when loading fonts e.g. font-awesome * Add query string support to mp4/webm
-
Dave Ceddia authored
-
Zachary Miller authored
Add missing word "see"
-
- 29 Jul, 2016 10 commits
-
-
Mars Hall authored
-
Dan Abramov authored
-
Alex Zherdev authored
-
Rafael Pedicini authored
* Add note that router doesn't work with gh-pages * Update note about using router with gh-pages
-
Joan Leon authored
-
Jose Vazquez authored
-
Dan Abramov authored
* Use /static paths for assets * Fix e2e test
-
Dallon Feldner authored
* Symlink-friendly path resolution I was having difficulties using a local copy of `react-scripts` and `npm link`ing it into a real world project. This change resolves paths relative to the current working directory (that is, most likely the directory of the app) rather than assuming a certain directory structure. * Fix relative paths in post-eject case because I'm an idiot * Renamed resolveLib to resolveOwn
-
Konstantin Tarkus authored
-
Dan Abramov authored
I think this should solve #258
-
- 28 Jul, 2016 16 commits
-
-
Dan Abramov authored
-
Dan Abramov authored
* Update CHANGELOG.md * Update the changelog * Update CHANGELOG.md
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Konstantin Tarkus authored
-
Dan Abramov authored
This is the one people are converging on, and flow-vars may get deprecated.
-
Dan Abramov authored
This enables us to ship them now, and find a way to resolve runtime path without webpack later. See https://github.com/facebookincubator/create-react-app/issues/255
-
Dan Abramov authored
-
-
Dan Abramov authored
Fixes #260
-
Dan Abramov authored
-
John Weis authored
-
Dan Abramov authored
This seems to work best, both on Windows, OS X, and Linux
-
Dan Abramov authored
-
Stanislav Sysoev authored
Add aik as possible alternative for create-react-app
-
- 27 Jul, 2016 9 commits
-
-
Lawrence Wu authored
* Display JS and CSS bundle sizes after build * Print gzipped filesize, address nits * Use filesize for human readable output.
-
Lawson Kurtz authored
* Improve error handling in E2E script * Expose e2e.sh as npm test script
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
-
Dan Abramov authored
* Enable generators * Opt out of using helpers
-
Peter Indiola authored
Also fixes #194
-
Dan Abramov authored
Some libraries rely on it, and they work fine with browserify. Let’s just do the right thing here by default.
-
Dan Abramov authored
These work regardless of whether you already have a gh-pages branch.
-