18 Commits

Author SHA1 Message Date
Arunoda Susiripala
b85d187bff Remove NODE_ENV=production flag.
Also added some checks for react-hmre existance and removed it.
It doesn't work well with React Storybook and we don't need it.
2016-05-10 11:42:30 +05:30
Muhammed Thanish
530b7e464f Add configType argument to custom config function (#169) 2016-05-06 14:28:10 +05:30
Muhammed Thanish
0ee4a29c78 Update ./dist 2016-04-12 09:49:15 +05:30
Jeff Knaggs
776cfa134d Don't serve index from static files
This switch prevents the static files from serving `index.html` as an
index. Fixes #99.
2016-04-12 13:30:50 +12:00
Arunoda Susiripala
4d4f6fe20b Merge from karl:feature-custom-html 2016-04-11 22:16:13 +05:30
Muhammed Thanish
0760f47b50 Create a static storybook builder (#88)
* Build static html storybooks

* Add NODE_ENV env variable

* Add a message when building the storybook.
2016-04-11 21:27:38 +05:30
Karl O'Keeffe
d6794d1333 Add tests for loading head.html 2016-04-08 21:36:17 +01:00
Karl O'Keeffe
e804c04b64 WIP: Enable custom html in iframe <head> 2016-04-07 21:36:59 +01:00
Arunoda Susiripala
80adb2fa8d Add some comments and handle edge cases 2016-04-06 20:40:55 +05:30
Eloy Toro
bfed1ebc95 making it so it requires all the webpack config 2016-04-05 23:41:44 -04:30
Arunoda Susiripala
b110b2750e Add dist directory, if someone loading the package via GH 2016-04-06 03:45:45 +05:30
Arunoda Susiripala
a97d2421af Configure eslint for client side code 2016-03-25 18:38:15 +05:30
Arunoda Susiripala
ae75d3d142 Use NODE_ENV = 'production' to avoid loading devtime babel plugins.
Specially react-hmre
2016-03-24 18:43:10 +05:30
Arunoda Susiripala
a3467e5dde Load preview pane 2016-03-23 22:58:38 +05:30
Arunoda Susiripala
b423e48a29 Load config.js from the .storybook directory 2016-03-23 16:38:00 +05:30
Arunoda Susiripala
832911c3d1 Add support for custom webpack loaders and plugins.
This help us to support, nearly any CSS loading system
2016-03-23 16:24:37 +05:30
Arunoda Susiripala
0956b32065 Change from paper-ui to react-storybook 2016-03-22 00:41:57 +05:30
Arunoda Susiripala
47f621163d Rearrange modules 2016-03-21 18:03:57 +05:30