24 Commits

Author SHA1 Message Date
Yonatan Schreiber
895b95411e fix tests to work with architecture = 'flux' (no reflux support yet) 2015-04-08 23:23:46 +03:00
Justin Niessner
7721c59253 Merge from upstream/master and resolve merge conflicts. 2015-04-02 15:38:38 -04:00
Semigradsky
ba61ca1bfb Moved normalize.css to dependencies 2015-03-31 18:42:16 +03:00
Justin Niessner
267a632e11 Add generator tests for actions and stores 2015-03-27 14:39:41 -04:00
Justin Niessner
70c28528e3 Add basic file check tests for Flux option during app generation 2015-03-27 09:32:11 -04:00
ColCh
a2568e8cd5 Assert require'ing 'components/%COMPONENT%' within subgenerators test case 2015-02-20 17:09:05 +03:00
ColCh
d507bf1772 Added test case for 'components' alias definition within configs 2015-02-20 17:07:58 +03:00
ColCh
5a2e43ac6a Added assertion for style require'ing via alias within component file 2015-02-20 16:55:17 +03:00
ColCh
1cef6abd46 Added test case for aliases definition within config 2015-02-20 16:54:29 +03:00
ColCh
6b443cca48 Added test case for subcomponent 2015-02-20 16:23:33 +03:00
ColCh
554d2dd56b Modify appPath to support multiple function call 2015-02-20 16:22:58 +03:00
ColCh
708fcea34f Slight refactor test helper to access name 2015-02-20 16:01:05 +03:00
Chris Olsen
0734dace64 add scss format 2015-01-17 14:56:19 -07:00
andrewliebchen
83454b5886 Update to React 0.12.2 2015-01-06 21:43:19 -08:00
ColCh
88d79d2ec2 Add question about desired styles lang 2014-11-02 11:52:51 +03:00
ColCh
89ce919eee Store and assert config file 2014-11-02 11:08:28 +03:00
ColCh
026455c4e7 Backport 58dddfd80d 2014-09-29 19:32:18 +04:00
ColCh
19a2eb963a Add simple tests for HMR usage 2014-09-29 19:19:20 +04:00
Simon Bailey
3b27c1802a refactor: cleaned up test suite and fix failures
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-26 12:13:47 +01:00
Simon Bailey
f93f09b5f5 feat: swap reset for the superior normalize
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-09-25 21:51:01 +01:00
Simon Bailey
d6d216d05d Squashed commit of the following:
commit 25ef9a176ee9bab902579f79415bd6047a77a62f
Author: Simon Bailey <simon@newtriks.com>
Date:   Thu May 15 19:51:45 2014 +0100

    Updated README

    Signed-off-by: Simon Bailey <simon@newtriks.com>

commit 1b0020c8fd248bc0dc892bed1f3e315867378274
Merge: d8fd494 c468b98
Author: Edd <accounts@edd.fm>
Date:   Sat Apr 26 11:13:52 2014 +0100

    Merged with Master

commit d8fd494478cb7fd0d97a47a90986f4c1b29eb996
Author: Edd <accounts@edd.fm>
Date:   Thu Apr 24 22:09:19 2014 +0100

    Trimming redundant options from Gruntfile

commit b5015ae42b0beb770ae1b146f152b5f38764987e
Author: Edd <accounts@edd.fm>
Date:   Sun Mar 30 21:32:14 2014 +0100

    Moved development mode to webpack-dev-server to imrove rebuild times

commit 7d31ade8085a8d415b95c67dba69ae5157ebf9b4
Author: Edd <accounts@edd.fm>
Date:   Wed Feb 26 00:18:56 2014 +0000

    Changed JSX filenames to .jsx over .js

commit 00faa6182b6cb4ae46b05dd12db1e73da4b47953
Author: Edd <accounts@edd.fm>
Date:   Mon Feb 24 23:39:18 2014 +0000

    Updated engines & Travis build targets

commit e58e0d70639f3c3e9acc7d085b6a795365a140a6
Author: Edd <accounts@edd.fm>
Date:   Mon Feb 24 23:26:04 2014 +0000

    Added auto generation of a template CSS file for a component

commit f6c67351aead570224b2457261d457a1954277dc
Author: Edd <accounts@edd.fm>
Date:   Mon Feb 24 00:06:42 2014 +0000

    Updated default app test

commit 996d769685d1a4f20ae2c4117422790bbc347594
Author: Edd <accounts@edd.fm>
Date:   Sun Feb 23 23:32:37 2014 +0000

    Added test for default main component (currently identical to any other component tests)

commit 31dfcbaff6ee9aef339886897e053a339f98021b
Author: Edd <accounts@edd.fm>
Date:   Sun Feb 23 22:54:04 2014 +0000

    Moved webpack configuration to a separate file

    - Added webpack config file
    - Added Uglify to webpack config
    - Added source maps in webpack config

    Moved entry file back in to Gruntfile

commit 6b3a3e92b80f3121e1128e4f166cf36aa32cfa26
Author: Edd <accounts@edd.fm>
Date:   Sun Feb 23 17:23:07 2014 +0000

    Added distribution folder & Grunt tasks to deal with it

    - Created Distribution build folder (script link broken)
    - Added grunt-contrib-copy
    - Added grunt-uglify
    - Bumped React version number
    - Switched source map types

Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-05-15 19:52:23 +01:00
Simon Bailey
b59380a08d Fixes #2
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-01-08 15:27:24 +00:00
Simon Bailey
189263a8de Added generator tests all passing
Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-01-08 12:23:57 +00:00
Simon Bailey
b1562cd74c Basic project generator setup
TODO:

- App tests
- Generator tests
- Component generator

Signed-off-by: Simon Bailey <simon@newtriks.com>
2014-01-07 20:00:49 +00:00