myappincome
c3240a18ab
Adding link to “Customizing” create-react-app ( #1121 )
...
Add documentation for customizing Bootstrap theme
2017-02-24 17:48:16 +00:00
Bond
577c4e85a3
Document debugging in the browser. ( #1540 )
...
* Document debugging in the browser.
* Styling
2017-02-24 16:59:58 +00:00
Dan Abramov
67d0d49ac5
Document Sass imports
2017-02-24 16:36:47 +00:00
Joe Woodhouse
92a068054b
Add note about when to import bootstrap CSS. ( #1618 )
...
* Add note about when to import bootstrap CSS.
* Tweak
2017-02-24 16:32:29 +00:00
SBrown52
646690b2ba
Update flow configuration documentation ( #1518 )
...
* Update flow configuration documentation
The documentation was missing creating the .flowconfig file
* Update flow configuration documentation
Adding in suggested changes
* Wording
* Wording
2017-02-24 16:21:53 +00:00
Michael DeRazon
7be0f4de1e
add a comment about NODE_ENV value set to 'production' during build step ( #1625 )
...
* add a comment about NODE_ENV value set to 'production' during build step
https://github.com/facebookincubator/create-react-app/issues/790#issuecomment-281986264
* Move words around
2017-02-24 16:17:23 +00:00
Alexander James Phillips
2a8535b5d5
Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR ( #1608 )
...
* Add note for using CHOKIDAR_USEPOLLING in virtual machines to enable HMR
* Use br in react-scripts template README md
* Use br in md for new line breaks
* Update troubleshooting HMR to allow for VMs running Windows
* Fix up the instructions
2017-02-22 18:37:18 +00:00
Mohammad Kermani
1fc1d8296a
Update README.md ( #1573 )
...
Update links to jest expect function.
2017-02-16 11:50:51 +00:00
Alessandro Burato
075e729865
add --recursive to sass watch script ( #1564 )
2017-02-15 13:15:10 +00:00
Darío Javier Cravero
b0bc46eaf8
Use https in link to Ignoring files at Github ( #1561 )
2017-02-15 10:06:08 +00:00
kiran ps
6d22a789f2
modified documentation for setting up jest-enzyme ( #1562 )
2017-02-15 10:05:34 +00:00
Alessandro Burato
ce0d6eeb60
update CSS preprocessor instructions ( #1543 )
...
* update CSS preprocessor instructions
- Windows shell users should note that running two programs simultaneously is not supported.
* fix the order of SASS build step
- the suggested build step with integrated CSS preprocessing is wrong. The SASS preprocessor should run first, then the react-scripts build will pick the up-to-date final CSS
* Add tweaks from PR discussion
2017-02-13 18:44:07 +00:00
Dan Abramov
c9bc6ce3f7
Tweak syntax doc ( #1539 )
...
* Tweak syntax doc
* Shorter version
2017-02-12 20:17:33 +00:00
Joe Haddad
411347f5cc
Update language support wording to ES2017
2017-02-12 14:33:12 -05:00
Toni Petrina
6c85568c5f
Added link to Azure deployment tutorial ( #1338 )
2017-02-12 02:03:49 +00:00
Roman Rubas
ca7fb22123
[documentation] how to disable autoprefix feature ( #1320 )
...
* added how to disable autoprefix feature in doc
* Just link to the doc
2017-02-12 02:01:01 +00:00
Jonathan Conway
c7ba1303b8
reactjs/redux#2004 List features beyond ES6 supported by create-react-app ( #1313 )
...
* reactjs/redux#2004 List features beyond ES6 supported by create-react-app
* Add more info
2017-02-12 01:57:41 +00:00
Dimitris Tsironis
1fe6f5502c
Add SASS support documentation #1007 ( #1008 )
...
* Add SASS support documentation #1007
* Change SASS section title to more generic label
* Fix link in Table of Contents
* Chain build-css with watch-css script, fix typos
* Update Sass and Less naming style
* Fix wording, remove offensive words
* Slightly rewite
2017-02-12 00:38:59 +00:00
Blaine Kasten
8ec99b6fff
Suggest jest-enzyme for simplifying test matchers ( #994 )
...
* Suggest jest-enzyme for simplifying test matchers
* Update README.md
* Update README.md
2017-02-11 23:05:54 +00:00
Dan Abramov
9f1276314d
Add additional info about env variables
2017-02-11 14:00:26 +00:00
Dan Abramov
dc4e8bb462
Make index.html interpolation instructions less clashing with env syntax
2017-02-11 13:45:30 +00:00
Anders D. Johnson
b0b0e6da55
fix: add yarn gitignores ( #1507 )
...
* fix: add yarn gitignores to template
* fix: add yarn gitignores to root
* fix: add wildcard to npm-debug.log ignore
2017-02-11 01:30:11 +00:00
Joe Haddad
7a02f9a41a
readme: Add Advanced Configuration ( #1515 )
...
* Add Advanced Configuration section
* Reference package.json instead
* Add HOST, HTTPS, and CI
* Switch wording from Amazon to a CDN
* Add test runner comment
* Add top-level README link
* Simplify wording
* Link to relevant docs
* Link to apps
* Add .env link
* Simpler links
* Add a CI flag note
2017-02-10 16:20:53 -05:00
Thibault Derousseaux
8e127aaa38
Support relative asset paths for special case ( #1489 )
...
* Fix paths in CSS files when homepage is set to "./"
In the production build, ExtractTextPlugin is used to generate a separate CSS file instead of injecting style through JavaScript. This plugin does not work well by default with nested output structure. To fix it, we give it a relative publicPath pointing to the build folder.
* Add section in README to explain how to make builds deployable anywhere
* Apply review requested change
* Apply review changes 2
2017-02-10 00:44:00 -05:00
Calvin Webster
160d8d13ef
clarifying the use of custom environment variables ( #1513 )
...
* clarifying the use of custom environment variables
* Tweak
2017-02-09 20:46:47 +00:00
RodrigoHahn
c811a31622
Change "OS X" references to "macOS" ( #1511 )
...
Updated README.md to refer to the current rebranding.
2017-02-09 14:41:24 +00:00
vulong23
65e6340395
Edit User Guide: Add ESLint config for VS Code users ( #1482 )
...
* Add ESLint config for VS Code users
* Update VSC ESLint note to a better solution
Update VSC ESLint note to a better solution as discussed in Pull Request
2017-02-04 16:47:19 +00:00
Fatih
6424232dc1
Reflect websocket proxy support on README ( #1013 ) ( #1483 )
...
* Reflect websocket proxy support on README
* Add 'the'
2017-02-04 15:18:54 +00:00
Anthony F
dd788b672a
Readme: Removes experimental from Jest snapshot ( #1453 )
...
Per final comment in #372
`Snapshot rendering should actually be pretty stable / useable after React 15.4.1.
See this post for more info.`
2017-01-26 18:40:12 +00:00
Alex Driaguine
3bb31ccb0f
Added links to tutorials for integrating cra with an api backend ( #1437 )
...
* Added Rails link to User Guide
* docs: unify sections for rails and node backend integration
* docs: fix faulty link and indentation
2017-01-24 11:12:01 +00:00
Vasiliy Taranov
65bde54306
Add causes of dev server not detecting changes ( #1422 )
...
* Add causes of dev server not detecting changes
Add causes of `npm start` not detecting changes to Troubleshooting chapter of User Guide
* Reworded slightly
* Update README.md
2017-01-23 21:22:55 +01:00
Paul O’Shannessy
4d7b7544e7
Use npm script hooks to avoid && in deploy script ( #1324 )
2016-12-30 17:59:27 +02:00
Christian Raidl
a90e2b2eea
fix readme: remove double 'we' ( #1312 )
2016-12-30 17:56:12 +02:00
Johnny Magrippis
e45b08746a
Fixes duplicate "is" typo ( #1306 )
2016-12-30 17:55:31 +02:00
Jay Phelps
7408e36478
Only gitignore dirs in root, not deep ( #1267 )
2016-12-14 03:06:38 -08:00
MUA
7a8edf07fb
Heroku Deployment: Adds a note on how to resolve "File/Module Not Found Errors" ( #1260 )
...
* Adds note on how to resolve file or directory not found errors for heroku deployments
* Style tweaks
2016-12-12 16:43:08 -08:00
Dan Abramov
ab3913cc11
Clarify when to use the public folder
2016-12-12 14:21:46 +00:00
Dan Abramov
587b2f8b59
Add "Changing the Page Title" to User Guide ( #1256 )
...
* Add "Changing the Page Title" to User Guide
* Add link to main README
2016-12-12 05:43:59 -08:00
Dan Abramov
3df6b49b8e
Style nit
2016-12-12 01:49:01 +00:00
Dan Abramov
2b2b8ff338
Replace the Flow documentation section ( #1245 )
2016-12-11 10:08:37 -08:00
Joe Haddad
f4c3f8b6d8
Disable subresource integrity temporarily ( #1233 )
2016-12-11 00:34:22 -08:00
Dave Baskin
f44ae25fcf
Adding troubleshooting information about Subresource Integrity digests. ( #1220 )
2016-12-09 12:41:56 -08:00
Marek Suscak
9fd528c5b7
Add syntax highlighting configuration guide. ( #806 )
...
* Add syntax highlighting configuration guide.
* Update link.
2016-12-07 23:37:10 +02:00
Guilherme Heynemann Bruzzi
023a5d9d46
Add deploy to Firebase CDN on template's README ( Closes #374 ) ( #1143 )
...
* Add deploy to Firebase CDN on template's README (Closes #374 )
* Move section and minor tweaks
2016-12-05 22:19:26 +00:00
Li Xuanji
b61dc67430
Document what npm build does and pushState ( #933 )
...
* Document what npm build does and pushState
* Fix typos, add express example
* Tweaks
* Update README.md
2016-12-05 21:57:54 +00:00
Alex Wilmer
3f6d68390a
Fix minor typo/grammar ( #1099 )
2016-12-05 21:40:22 +00:00
Dan Abramov
0b6f4b8d3c
Add "npm run build silently fails" to Troubleshooting ( #1168 )
...
* Add "npm run build silently fails" to Troubleshooting
* Update README.md
2016-12-05 21:24:54 +00:00
Dirk-Jan Rutten
cdd17a6914
Crash the build during CI whenever linter warnings are encountered ( #944 )
...
* Added functionality to crash the build during CI whenever linter warnings are encountered.
* Updated the docs with a description on how to use the build in CI
* Fixed small typo
* Fixed description of build error.
2016-12-03 14:39:29 +02:00
Orta
9ce0aa5f5a
Add a note about vscode-jest ( #1126 )
2016-12-01 16:09:43 +00:00
Dan Abramov
f5f4460681
Add a link to PWA instructions
2016-11-28 17:35:57 +00:00