Commit Graph

8 Commits

Author SHA1 Message Date
Berkeley Martinez
4e12c45057 Add webpack cold reloading
On changes to the react bundle
webpack will store the current redux state
in localStorage, waits (to allow the server to restart)
then refreshes the page. On page load, it checks if it
has state stored and loads it into the app.
2016-07-28 23:39:17 -07:00
Berkeley Martinez
09ea99e561 Add react challenge view with editor 2016-07-28 23:39:17 -07:00
Berkeley Martinez
0a46dc16a6 Fix for vendor files not working correctly with manifest 2015-11-29 16:21:04 -08:00
Berkeley Martinez
c71636b629 Minify react in production 2015-11-22 20:26:44 -08:00
Berkeley Martinez
4bacd87943 add react build script 2015-07-25 09:02:56 -07:00
Berkeley Martinez
81d1c25639 use inline source maps 2015-07-23 16:03:50 -07:00
Berkeley Martinez
07fc22f86a add webpack configs and gulp webpack build tasks 2015-07-23 15:49:00 -07:00
Berkeley Martinez
a5e7009a57 initial react app(WIP) 2015-07-23 15:49:00 -07:00