Chris
|
1ccb26683f
|
Merge pull request #143 from mjul/patch-1
Add missing semicolon to avoid warnings
|
2015-09-21 19:45:01 +02:00 |
|
Chris
|
e811ad8de0
|
Merge pull request #144 from cmil/webpack-stylus-fix
Fix stylus loader in webpack.dist.config
|
2015-09-21 19:41:36 +02:00 |
|
Carsten Milling
|
51364047ec
|
bump karma version in _package.json
|
2015-09-21 17:14:57 +02:00 |
|
Carsten Milling
|
648942401e
|
fix stylus loader in webpack.dist.config
|
2015-09-21 16:52:35 +02:00 |
|
Martin Jul
|
ccd35fed53
|
Add missing semicolon to avoid warnings
|
2015-09-19 12:40:09 +02:00 |
|
Andrew Kampjes
|
c57d7e6463
|
Remove trailing whitespace after Reflux
This removes the linter error: `error Trailing spaces not allowed no-trailing-spaces`
|
2015-07-25 23:18:52 +12:00 |
|
Chris
|
b0b0f3f84d
|
*FEATURE*: Unittests: Added support for React ShallowRendering as described in http://simonsmith.io/unit-testing-react-components-without-a-dom/.
|
2015-07-01 08:50:32 +02:00 |
|
Chris
|
62dda60bad
|
*FIX* Added missing jsx filename test for babel-loader (was missing in web pack.dist). Fixes newtriks/generator-react-webpack#121
|
2015-06-30 07:28:43 +02:00 |
|
Simon Bailey
|
785a0ffa72
|
Merge pull request #113 from skfd/remove_trailing_space
Removed trailing spaces from component generator
|
2015-06-27 07:41:43 +01:00 |
|
Chris
|
182c92a948
|
Merge branch 'master' into feat-eslint
|
2015-06-02 15:20:23 +02:00 |
|
Chris
|
accc292f43
|
*FIX* React: Added new react and react router versions
|
2015-06-02 15:19:46 +02:00 |
|
Chris
|
e63ddcb5f5
|
*ADD* Base: Added esLint as new linter
|
2015-06-02 12:23:15 +02:00 |
|
Konstantin Konev
|
3720ea9121
|
removed trailing spaves from component generator
|
2015-05-31 21:04:12 +03:00 |
|
Chris
|
e90aaa46b6
|
Merge remote-tracking branch 'newtriks/master'
Conflicts:
README.md
|
2015-05-26 10:15:03 +02:00 |
|
TLO
|
0b732e1a7c
|
Added architecture option for Alt (http://alt.js.org), actions and stores
|
2015-05-20 12:33:38 +02:00 |
|
Chris
|
6b22f18bfc
|
*ADD* Fallback: Added .jsx suffix support for new components (Resolves newtriks/generator-react-webpack#99)
|
2015-05-12 16:28:11 +02:00 |
|
Simon Bailey
|
e9250714d7
|
feat: added font loading to karma conf
Signed-off-by: Simon Bailey <simon@newtriks.com>
|
2015-05-06 10:37:34 +01:00 |
|
Simon Bailey
|
229ee6d535
|
fixes: #100
Signed-off-by: Simon Bailey <simon@newtriks.com>
|
2015-05-06 10:01:31 +01:00 |
|
Yonatan Schreiber
|
715a0565c2
|
hook React so the devtools can find it
|
2015-04-22 13:01:46 +03:00 |
|
Yonatan Schreiber
|
c6e140300e
|
Merge branch 'master' of https://github.com/newtriks/generator-react-webpack
Conflicts:
package.json
|
2015-04-19 15:11:19 +03:00 |
|
Yonatan Schreiber
|
9e7503bc10
|
add 'rich' option for component generator
|
2015-04-15 01:18:58 +03:00 |
|
Guilherme Rodrigues
|
7462f5db6c
|
Fix broken script and style paths
Fix #88
|
2015-04-13 17:34:10 -03:00 |
|
Guilherme Rodrigues
|
09510006aa
|
Remove unnecessary commas
|
2015-04-13 16:54:54 -03:00 |
|
Simon Bailey
|
f26f4c268e
|
Merge pull request #86 from DanielMSchmidt/bugfix/sass-loader-now-expects-sass
Sass loader now expects sass files to contain sass instead of scss
|
2015-04-11 11:11:09 +01:00 |
|
Daniel Schmidt
|
ab25717ed9
|
updated the sass loader version, so installations stops failing
|
2015-04-10 08:18:11 -04:00 |
|
Daniel Schmidt
|
deeee48760
|
Fixed sass loader, it now expects sass files to contain sass instead of scss
|
2015-04-10 08:14:27 -04:00 |
|
Yonatan Schreiber
|
f7bb3c2b80
|
add 'architecture' question, Reflux option, and related store and actionCreator
|
2015-04-04 14:42:52 +03:00 |
|
Justin Niessner
|
7721c59253
|
Merge from upstream/master and resolve merge conflicts.
|
2015-04-02 15:38:38 -04:00 |
|
Simon Bailey
|
140e0d3fb2
|
Merge pull request #82 from Semigradsky/master
Moved `normalize.css` to dependencies
|
2015-04-02 12:02:46 +01:00 |
|
Semigradsky
|
ba61ca1bfb
|
Moved normalize.css to dependencies
|
2015-03-31 18:42:16 +03:00 |
|
Justin Niessner
|
53b262ae3c
|
Switch the generation of everything so we generate tests and they can actually pass.
|
2015-03-26 23:09:45 -04:00 |
|
Justin Niessner
|
3cf4d739e3
|
Add flux support including generators
|
2015-03-25 22:42:02 -04:00 |
|
Raymond Ha
|
9f89b6a23b
|
Use babel-loader instead of jsx-loader
|
2015-03-19 12:03:21 -04:00 |
|
Kevin Vicrey
|
df5cab23d5
|
Fixed path error for test Grunt task
|
2015-03-15 14:27:57 -04:00 |
|
Simon Bailey
|
9a16ff8dfb
|
Merge pull request #70 from oliveiraethales/oliveiraethales-use-strict-main
Add 'use strict' to main.js
|
2015-03-07 10:24:50 +00:00 |
|
Simon Bailey
|
41ab559e7f
|
Merge pull request #66 from joe5yellow/master
Fix missing comma and styles paths issue in #36
|
2015-03-07 10:24:39 +00:00 |
|
Tháles de Oliveira
|
3d1984f755
|
Adding 'use strict' to main.js
|
2015-03-06 00:12:38 -03:00 |
|
Zhao Min
|
5ea31a6035
|
Fix styles paths in template App.js
|
2015-02-25 15:42:59 +08:00 |
|
Zhao Min
|
4f61fa4e2e
|
Fix missing comma
|
2015-02-25 15:42:15 +08:00 |
|
Federico Rampazzo
|
3c2a2402c5
|
Merge pull request #1 from framp/patch-1
merge
|
2015-02-22 19:23:17 +00:00 |
|
Federico Rampazzo
|
b172bdac7f
|
fix _webpack.config.js
|
2015-02-22 19:21:23 +00:00 |
|
Federico Rampazzo
|
2f88faf693
|
fix _webpack.dist.config.js alias
|
2015-02-22 19:18:42 +00:00 |
|
Simon Bailey
|
58a8f74b92
|
Merge pull request #61 from pherris/master
make jsx hint default to resolve warnings when compiling
|
2015-02-20 17:52:44 +00:00 |
|
ColCh
|
cbef965577
|
Use provided 'components' alias within app files
|
2015-02-20 17:09:55 +03:00 |
|
ColCh
|
12e16a61a4
|
Provide 'components' alias within configs
|
2015-02-20 17:09:32 +03:00 |
|
ColCh
|
dde3dd7b73
|
Use provided 'style' alias within Component file
|
2015-02-20 16:56:43 +03:00 |
|
ColCh
|
68a1dcf447
|
Use provided 'style' alias within App file
|
2015-02-20 16:56:33 +03:00 |
|
ColCh
|
4980430552
|
Added alias definition for 'styles' in configs
|
2015-02-20 16:56:00 +03:00 |
|
Andrew
|
9c3473b8d1
|
make jsx hint default to resolve warnings when compiling
|
2015-02-17 13:58:27 -08:00 |
|
Simon Bailey
|
2659849c44
|
refactor: remove exposing React to devtools
https://github.com/newtriks/generator-react-webpack/pull/57#issuecomment-74627216
Signed-off-by: Simon Bailey <simon@newtriks.com>
|
2015-02-17 09:58:34 +00:00 |
|