Commit Graph

615 Commits

Author SHA1 Message Date
Dan Abramov
8084a326f0 Tweak Jest default settings (#378)
Disable timer mocking and enable verbose output.
2016-08-05 18:39:50 +01:00
Matt Brennan
6fb517a32b add shebang to tasks scripts (#376) 2016-08-05 09:27:25 -07:00
Dan Abramov
2cff34cd4c Clarify why we only need css?-autoprefixer in development
Fixes #377
2016-08-05 17:15:49 +01:00
Anton Kaminsky
c5cdbd5532 Small grammatical correction (#367)
* Small grammatical correction

* Fix another grammatical error for consistency
2016-08-05 14:33:57 +01:00
Dan Abramov
db4c6f666b 0.3.0-alpha 2016-08-04 21:06:04 +01:00
Dan Abramov
468103b54a Update some deps 2016-08-04 21:05:54 +01:00
Dan Abramov
c1a984d98e Document configuration and build process (#362) 2016-08-04 20:56:52 +01:00
Dan Abramov
c13f7f40a2 Style tweaks 2016-08-04 19:21:07 +01:00
Dan Abramov
cd815aafcd Check for JS files first 2016-08-04 19:08:20 +01:00
Dan Abramov
731908dc31 Document the proxy option 2016-08-04 17:56:05 +01:00
Dan Abramov
37fcce7ed0 Tweak deployment instructions, add Now 2016-08-04 17:27:35 +01:00
Dan Abramov
f34c72e523 Add updating instructions
Fixes #119
2016-08-04 17:13:09 +01:00
Dan Abramov
8cef20dfb4 Flatten the recipes 2016-08-04 16:55:35 +01:00
Dan Abramov
379cf5c96d Add proxy option to package.json (#282)
This allows users to avoid CORS in simple projects that are hosted on the same server as backend.
2016-08-04 16:49:59 +01:00
Kristóf Poduszló
156a3c6cf1 Added a reasonable config for autoprefixer (resolves #73) (#345)
* Added a reasonable config for autoprefixer (resolves #73)

* Moved autoprefixer config to webpack.config
2016-08-04 15:32:47 +01:00
Dan Abramov
a829ca397f Tweak howto 2016-08-04 14:47:30 +01:00
Dan Abramov
cd8bae0d12 Further tweak the build output 2016-08-04 14:21:34 +01:00
Dan Abramov
670e382ccf Minor tweaks to console output 2016-08-04 13:30:03 +01:00
Dan Abramov
4ac60e536f Remove carets 2016-08-04 12:41:46 +01:00
Dan Abramov
f93e02e62f Minor style tweaks 2016-08-04 12:39:48 +01:00
Elijah Manor
6b6d7ee303 Adjust colors and account for unicode when padding 2016-08-04 00:57:33 -05:00
Elijah Manor
cfc4325e4c Display Build Size Difference 2016-08-04 00:57:33 -05:00
Dan Abramov
884d56738d Tweak generated README 2016-08-04 00:16:18 +01:00
Dan Abramov
04a9d98665 This should not be relevant anymore 2016-08-04 00:13:09 +01:00
Eli Perelman
8f59cad16d Adding namespaced environment variables to DefinePlugin under REACT_APP_ (#342) 2016-08-03 23:54:55 +01:00
Dan Abramov
c0a2ae46ad Use imgur
Should be safe since SO uses it
2016-08-03 23:54:32 +01:00
Diego Cardoso
cacabba121 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-03 23:52:27 +01:00
Dan Abramov
6b2a484b7c Replace Bootstrap example link
The current one is not drop-in anymore
2016-08-03 23:51:50 +01:00
Dan Abramov
a7f9016b3a Force rebuild after npm install (#349)
Fixes #186
2016-08-03 23:50:49 +01:00
Dan Abramov
0dacfe3b7d Minor tweaks 2016-08-03 19:36:45 +01:00
Eli Perelman
11ec5d63c7 Add neo to list of alternatives (#341) 2016-08-03 13:20:58 +02:00
Ville Immonen
6ea7ec5a4b Transform async functions with regenerator (#332)
* Transform async functions with regenerator

Remove `transform-async-to-generator`, which to my understanding is meant
to be used in environments that support generators natively.

Because we're compiling generators to ES5 anyway, we can simply use
`regenerator` to transform async functions too, which results in
slightly simpler output and only uses the regenerator runtime instead
regenerator runtime + _asyncToGenerator Babel helper.

* Add babel-plugin-transform-regenerator

* Use dependencies with an exact version
2016-08-03 00:44:09 +01:00
Dan Abramov
01eeb61394 Tweak npm start to make it clear it’s not optimized
Ref: https://twitter.com/sprjrx/status/760481328886272004
2016-08-02 15:45:47 +01:00
Dan Abramov
44b8313213 Make AppleScript call more bulletproof and silence its output
Fixes #322
2016-08-02 15:00:39 +01:00
Dan Abramov
fa38991b75 Support async/await (#327)
* Make Babel config more verbose and simpler

* Support async/await
2016-08-02 14:38:43 +01:00
Christoph Pojer
0e5abada75 Add Jest. (#250) 2016-08-02 00:22:33 +01:00
Dan Abramov
c7c1f51d51 Bump detect-port to 1.0.0 2016-08-01 18:10:57 +01:00
Dan Abramov
b29a943169 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-01 18:10:57 +01:00
Manav Sehgal
1386c1a088 Add TOC (#321)
1. Added TOC
2. Fix heading level for - import a component - examples
3. Remove dot in front of title Display Lint...
2016-08-01 17:31:00 +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