37 Commits

Author SHA1 Message Date
Muhammed Thanish
08294a79f5 Update dist 2016-10-07 11:38:18 +05:30
Muhammed Thanish
39c75c0e69 Update dist 2016-10-06 11:31:11 +05:30
Arunoda Susiripala
615a7229c7 Set a color to the Storybook URL in the console. (#533)
This shows user to see the URL clearly.
2016-10-05 19:26:51 +05:30
Arunoda Susiripala
19e4db044a Use babel-preset-react-app preset as the default preset. (#526)
* Use babel-preset-react-app preset as the default preset.

* Fix lint issues.
2016-10-04 18:49:04 +05:30
Muhammed Thanish
0d44b298c0 Update dist 2016-09-28 15:03:25 +05:30
Muhammed Thanish
d749e1d89e Update dist 2016-09-23 14:03:04 +05:30
Muhammed Thanish
9bba63f423 Update dist 2016-09-21 17:42:13 +05:30
Muhammed Thanish
986e64b266 Update dist 2016-09-08 10:38:46 +05:30
Arunoda Susiripala
531e6eb705 chore(package): update dependencies (#421)
https://greenkeeper.io/
2016-09-04 12:53:00 +05:30
Muhammed Thanish
cf750a9c1c Store the database in config directory 2016-09-02 17:36:37 +05:30
Muhammed Thanish
014fc2777d Enable database with a flag 2016-09-01 18:03:54 +05:30
Muhammed Thanish
fb2e40447c Move the middleware to db repo 2016-09-01 13:32:15 +05:30
Muhammed Thanish
00db2073e8 Implement database server 2016-08-31 17:50:09 +05:30
Muhammed Thanish
4a1bf778e9 Configure using env variables 2016-08-30 16:15:24 +05:30
Arunoda Susiripala
94c6c6bbc2 Simplify the option to stop tracking. (#399)
Now you can pass --dont-track option to start-storybook
Then it won't send any tracking pings.
2016-08-23 16:45:54 +05:30
Arunoda Susiripala
a10da9f0be Implement Anonymous Usage Tracking (#384)
* Implement anonymous usage tracking.
Send those pings to https://ping.getstorybook.io

* Fix issues releated to sending dontTrack ping.
2016-08-16 20:12:08 +05:30
Muhammed Thanish
7c304a1c1c Support multiple static dirs 2016-06-06 13:26:44 +05:30
Muhammed Thanish
2530b84373 Build source files 2016-05-25 13:12:34 +05:30
Muhammed Thanish
91c8d6b640 Listen on all hosts by default 2016-05-16 10:35:38 +05:30
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