Commit Graph

1109 Commits

Author SHA1 Message Date
Kevin Lacker
06df2ecb46 Merge pull request #166 from lacker/master
fix cdpath bug
2016-07-24 23:44:18 -07:00
Kevin Lacker
511668c538 fix cdpath bug 2016-07-24 22:16:28 -07:00
Dan Abramov
458d3f9eb1 Provide instructions on publishing GH Pages (#162)
* Provide instructions on GH Pages deploy

* Add docs for GH Pages deployment

* Prevent incorrect paths in file-loader

* Minor message tweaks

* Update README.md

* Fix relative paths
2016-07-25 00:55:59 +01:00
Donald Hruska
ef4f8e9058 Don't assume the project is hosted at the root (#94)
* Don't assume the project is hosted at the root
* Require package.json in webpack.config.prod.js and use homepage if set; otherwise use '/'

* Fix package.json path and add sample package.json for tests

* Update publicPath to use relative path portion of URL defined in homepage

* Update successful bundle generation message

* Show bundle generation success message based on presence of homepage in package.json
2016-07-25 00:07:33 +01:00
Can Göktas
055b414178 Fix typo in CONTRIBUTING.md (#161) 2016-07-24 22:26:50 +01:00
Keyan Zhang
76935de8e2 Explicitly specify ESLint config path for editor plugins in package.json (#149)
* explicitly specify ESLint config path for editor plugins

* changed to use single quote
2016-07-24 22:19:58 +01:00
Max Stoiber
d3359507cf Contributing instructions step two (#160)
* Move setup instructions to CONTRIBUTING.md

* Reword setup instructions slightly
2016-07-24 21:26:45 +01:00
Max Stoiber
d7ded9e33e Add first CONTRIBUTING.md (#150)
Ref #92
2016-07-24 17:34:31 +01:00
Max Stoiber
662fdb7055 Disable jsx-handler-name eslint rule (#157)
Ref #156

Not sure if we can simply delete the line and that'll disable it, so I
went with setting it to 0. Let me know!
2016-07-24 12:18:28 +01:00
Max Stoiber
59ff0b59e0 Fix --version (#152) 2016-07-24 00:28:59 -07:00
Greg Gamel
f2c12750cb Update README to correct typo (#148)
Missing letter added.
2016-07-24 07:24:05 +02:00
Krish Munot
f82ecad718 updating to ellipses (#144) 2016-07-23 23:45:39 -05:00
Alex
c9fd6979ac Fix issue #127 (#128) 2016-07-23 21:19:07 +01:00
Conor Hastings
10eae80ead add node engine to package.json and call checkNodeVersion function in cli (#88) 2016-07-23 08:17:58 -07:00
Glenn Reyes
a35ac92807 Resolve imported CSS files from node_modules (#105)
* Resolve imported CSS files from anywhere
* Resolve imported CSS files from src and node_modules folder only

Closes #103
2016-07-23 09:02:44 +02:00
Cory House
3ac4035afe Typo fix (#122) 2016-07-22 20:28:48 -07:00
Shu Uesugi
cd403b32ad Add build directory to gitignore (#112) 2016-07-22 17:23:53 -07:00
Nathan Verni
e3954981ea Adds .gitignore file to default template (#79)
* Adds .gitignore file to default template

* Simplify renames

* Reference npm issue in comment

* Removing leading slash
2016-07-22 13:14:52 -07:00
Nathan Verni
1bffa4cf33 Ignores my-app* directories (#86)
The Contributing instructions in the README give my-app as the sample
app name when running `npm run create-react-app my-app`. This just adds
those directories to the .gitignore so they don't accidentally get
committed.
2016-07-22 20:07:09 +01:00
Dan Abramov
ab90e7fb43 Add explicit <br>s 2016-07-22 19:11:09 +01:00
Satyajit Sahoo
8eb6e05522 Add quik to alternatives (#77)
Quik is a tool to prototype and build apps with React and Babel with zero-setup. It also supports HMR, CSS modules, Sass etc.

https://github.com/satya164/quik
2016-07-22 19:10:34 +01:00
Gustaf Dalemar
aac31836ae Add roc to the list of alternatives (#83) 2016-07-22 19:09:22 +01:00
Paulo Ragonha
cb7b9583b9 Add Sagui to the list of alternatives (#81) 2016-07-22 18:23:14 +01:00
eanplatter
9c31d4f916 Fix dependency issue (#75) v0.1.0 2016-07-22 07:08:07 -07:00
eanplatter
ad2550f70e Recursively copy the template folder (#74)
* Recursively copy the template folder

* add fs-extra library
2016-07-22 06:42:46 -07:00
Dan Abramov
3740473478 Update README.md 2016-07-22 14:05:00 +01:00
Dan Abramov
589384cad3 Update README.md 2016-07-22 14:03:55 +01:00
Dan Abramov
f17d037e15 Update README.md 2016-07-22 13:43:50 +01:00
Dan Abramov
ca56aed3cc Update README.md 2016-07-22 13:42:45 +01:00
Dan Abramov
beeca357e5 Add some pictures 2016-07-22 13:36:36 +01:00
Dan Abramov
339de14dac Create CHANGELOG.md 2016-07-22 13:21:42 +01:00
Dan Abramov
03c62f1c25 Eject Flow stubs
Related to #72, c2ba7a4a6c
2016-07-22 13:19:58 +01:00
Dan Abramov
8c711e22f2 Add a link to howto 2016-07-22 13:11:13 +01:00
Dan Abramov
c2ba7a4a6c Add Flow instructions and tweak howto 2016-07-22 13:05:40 +01:00
Dan Abramov
68850944c0 Add Flow stubs
See #72 for details
2016-07-22 12:32:12 +01:00
Dan Abramov
214fc8ee0b Disable second pass of autoprefixer 2016-07-22 11:23:34 +01:00
Dan Abramov
024b4d4fcd Minor tweaks 2016-07-22 11:09:56 +01:00
Max
c7bc89ce29 Remove || exit 1 2016-07-22 11:07:45 +01:00
Max
ce9fdca524 Fix webpack config 2016-07-22 11:07:45 +01:00
Max
9317d106a3 Fix check for smoke test 2016-07-22 11:07:45 +01:00
Max
49e2fb54be Test local commands 2016-07-22 11:07:45 +01:00
Dan Abramov
ee91202ca7 Move favicon outside src 2016-07-22 11:06:23 +01:00
Dan Abramov
3f340f36b1 Tweaks 2016-07-22 11:01:16 +01:00
Ben Alpert
319896a9d7 Reshuffle README (#71) 2016-07-22 10:52:28 +01:00
Keyan Zhang
cbb4123b67 added favicon (#70) 2016-07-22 04:29:52 +01:00
Keyan Zhang
b1ce4598ec Dogfood our eslint config (#68)
* dogfood eslint config

* moved linting to e2e
2016-07-22 03:30:43 +01:00
Tyler McGinnis
417f3a776d Typos and clean up 💪🏻 (#64) 2016-07-22 01:30:52 +01:00
Tyler McGinnis
cc9b01db56 Fix Typo (#63) 2016-07-21 23:45:36 +01:00
Dan Abramov
d24a1c9525 Tweak initial output 2016-07-21 21:22:49 +01:00
Dan Abramov
37009b1fcf Attempt to reuse Chrome tab on OS X (#62)
Fixes #38
2016-07-21 21:22:31 +01:00