Commit Graph

244 Commits

Author SHA1 Message Date
Dan Abramov
2df4201cf6 Further tweak the build output 2016-08-22 18:27:01 +01:00
Dan Abramov
1d994daca7 Minor tweaks to console output 2016-08-22 18:26:56 +01:00
Dan Abramov
c56a9cad44 Remove carets 2016-08-22 18:26:51 +01:00
Dan Abramov
147dd9d476 Minor style tweaks 2016-08-22 18:26:45 +01:00
Elijah Manor
ae2cc0e57e Adjust colors and account for unicode when padding 2016-08-22 18:26:30 +01:00
Elijah Manor
b68205a385 Display Build Size Difference 2016-08-22 18:26:25 +01:00
Dan Abramov
19fe7a2149 Tweak generated README 2016-08-22 18:26:10 +01:00
Dan Abramov
c2cbc0eb3a This should not be relevant anymore 2016-08-22 18:26:05 +01:00
Dan Abramov
bfd43c7b7b Add ToC to README
Cherry-picked from 8f59cad16d
2016-08-22 18:25:49 +01:00
Dan Abramov
c3fd9ab306 Use imgur
Should be safe since SO uses it
2016-08-22 18:20:41 +01:00
Diego Cardoso
1bb1e94486 Added a note with instructions on eslint plugin configuration (#348)
* Added a note with instructions on eslint plugin configuration

Since the only editor that I found the issue was Atom, I added
just the instruction for the linter-eslint plugin.

* Change the format of the instructions and add screenshot.
2016-08-22 18:20:28 +01:00
Dan Abramov
62f7a6761f Replace Bootstrap example link
The current one is not drop-in anymore
2016-08-22 18:20:21 +01:00
Dan Abramov
946fd01cca Force rebuild after npm install (#349)
Fixes #186
2016-08-22 18:20:14 +01:00
Dan Abramov
4530302e48 Minor tweaks 2016-08-22 18:20:02 +01:00
Dan Abramov
d9d6c926f8 Tweak npm start to make it clear it’s not optimized
Ref: https://twitter.com/sprjrx/status/760481328886272004
2016-08-22 18:19:45 +01:00
Dan Abramov
75e27ea445 Make AppleScript call more bulletproof and silence its output
Fixes #322
2016-08-22 18:19:39 +01:00
Dan Abramov
2012677428 Bump detect-port to 1.0.0 2016-08-22 18:18:54 +01:00
Dan Abramov
ce749992b9 Revert "Fix port detection lag on OS X with Firewall enabled (#319)"
The problem has since been fixed upstream.

This reverts commit f7011e0472.
2016-08-22 18:18:47 +01:00
Dan Abramov
af31719d63 Update CHANGELOG.md (#320) v0.2.1 2016-08-01 16:05:25 +01:00
Dan Abramov
9fe983a091 0.2.1 2016-08-01 15:53:29 +01:00
Dan Abramov
f7011e0472 Fix port detection lag on OS X with Firewall enabled (#319)
This fixes #302 by temporarily forking `detect-port`.
Hopefully this fix will be merged into the original project, and we can refer to it again.
2016-08-01 15:38:05 +01:00
Héliton Nordt
6e1887f219 README Template Fixes (#318)
* README Template Fixes

* Reword "Install React Bootstrap"
2016-08-01 15:33:57 +01:00
Manav Sehgal
d5081f34a4 Install React Bootstrap Dependency - section added (#313)
* Install React Bootstrap Dependency - section added

* Updated with short intro clarification

* Moved React Bootstrap after Add Images
2016-08-01 14:58:31 +01:00
Jorge Antunes
31e6cf1717 Add dev-toolkit Alternative (#300)
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`.
2016-07-30 22:16:51 +01:00
Alex Zherdev
c239551713 Accept version when loading fonts e.g. font-awesome (#298)
* Accept version when loading fonts e.g. font-awesome

* Add query string support to mp4/webm
2016-07-30 18:51:27 +01:00
Dave Ceddia
6a8f79ce3a Prevent Webpack from watching node_modules dir (#294) 2016-07-30 16:00:11 +01:00
Zachary Miller
6a830a5586 Fix typo in template README (#289)
Add missing word "see"
2016-07-30 01:25:06 +01:00
Mars Hall
6ed0c71098 Add how to deploy to Heroku (#288) 2016-07-29 20:57:51 +01:00
Dan Abramov
65c2ff321b Make GH Pages support more discoverable (#286) 2016-07-29 20:40:18 +01:00
Alex Zherdev
c7c319e207 Webpack plugin to detect case mismatch in requires (#266) 2016-07-29 20:39:40 +01:00
Rafael Pedicini
5a0669a44b Add note that router doesn't work with gh-pages (#279)
* Add note that router doesn't work with gh-pages

* Update note about using router with gh-pages
2016-07-29 20:34:59 +01:00
Joan Leon
bbce8038e1 Optimize logo.svg from template folder (#281) 2016-07-29 19:02:12 +01:00
Jose Vazquez
98ffaec662 generated project now includes .gitignore (#280) 2016-07-29 18:14:56 +01:00
Dan Abramov
f05cba5e29 Use /static paths for assets (#278)
* Use /static paths for assets

* Fix e2e test
2016-07-29 17:09:48 +01:00
Dallon Feldner
d2baa3c4dd Symlink-friendly path resolution (#277)
* 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
2016-07-29 17:09:40 +01:00
Konstantin Tarkus
19580a8b3c Add react-app to Alternatives section in README.md (#208) 2016-07-29 14:41:08 +01:00
Dan Abramov
4d60f08656 Fix error logic in e2e script
I think this should solve #258
2016-07-29 11:31:27 +01:00
Dan Abramov
319d272791 Add missing changelog entry 2016-07-28 21:19:38 +01:00
Dan Abramov
a5e424fa20 Changelog for 0.2.0 (#190)
* Update CHANGELOG.md

* Update the changelog

* Update CHANGELOG.md
v0.2.0
2016-07-28 20:54:04 +01:00
Dan Abramov
7cf1edbc21 Add updating deps to release script 2016-07-28 20:46:33 +01:00
Dan Abramov
beed0ae894 0.2.0 2016-07-28 20:44:40 +01:00
Dan Abramov
2749026af3 Make filesize stats prettier (#265) 2016-07-28 20:43:49 +01:00
Konstantin Tarkus
dd6ec95cfe Rename compressor field to compress in UglifyJsPlugin settings (#264) 2016-07-28 20:42:58 +01:00
Dan Abramov
fc32623fce Replace eslint-plugin-flow-vars with eslint-plugin-flowtype
This is the one people are converging on, and flow-vars may get deprecated.
2016-07-28 19:55:48 +01:00
Dan Abramov
9dab8715d4 Add a temporary fix for generators (#262)
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
2016-07-28 19:52:14 +01:00
Dan Abramov
29c913e92e Tweak ESLint to better understand Flow (#261) 2016-07-28 19:32:16 +01:00
Konstantin Tarkus
e2969b6565 Remove LICENSE from package.json/files (#259)
https://docs.npmjs.com/files/package.json#files
2016-07-28 18:32:18 +02:00
Dan Abramov
373257255c Enable Node environment for ESLint
Fixes #260
2016-07-28 17:13:30 +01:00
Dan Abramov
a274617f16 Pin dependencies 2016-07-28 17:13:30 +01:00
John Weis
40b0ac9bd4 Return proper exit code in bin/react-scripts via spawnSync (#252) (#256) 2016-07-28 07:56:00 -07:00