igor-dv
|
1c1fd47c99
|
Apply babel on config.ts after tsc in jest to support require.context hook
|
2018-07-24 01:18:37 +03:00 |
|
igor-dv
|
2a992bac2e
|
Replace require_context.js with babel-plugin-require-context-hook
|
2018-06-12 21:50:13 +03:00 |
|
Michael Shilman
|
96b2dcc0cc
|
Add marko to build-storybooks
|
2018-05-25 14:01:48 -07:00 |
|
Michael Shilman
|
50a2e39695
|
Build static storybooks utility script
|
2018-05-24 23:01:25 -07:00 |
|
Norbert de Langen
|
75593740e9
|
REFACTOR to use emotion, see: https://github.com/paypal/glamorous/issues/419
|
2018-05-14 22:20:46 +02:00 |
|
Norbert de Langen
|
e0e77b678f
|
ADD 'jest-glamor-react' to get more meaningful snapshots
|
2018-05-11 17:39:29 +02:00 |
|
Norbert de Langen
|
0ee32b3d73
|
FIX snapshots not updating even when passing in --update
|
2018-05-11 15:52:05 +02:00 |
|
Neville Mehta
|
d8e0673d31
|
Merge branch 'master' of github.com:storybooks/storybook into addmarkosupport
|
2018-05-06 21:13:31 -07:00 |
|
Hypnosphi
|
d2859d2272
|
Configure netlify
|
2018-05-05 22:02:12 +03:00 |
|
Hypnosphi
|
64708c4965
|
Add netlify context
|
2018-04-22 22:19:53 +03:00 |
|
Hypnosphi
|
5adda17105
|
Revert "Remove sudo from workaround script"
This reverts commit 9be8115
|
2018-04-13 23:32:07 +02:00 |
|
Hypnosphi
|
9be8115289
|
Remove sudo from workaround script
|
2018-04-13 23:09:03 +02:00 |
|
Hypnosphi
|
53a38f1eb6
|
Add eslint & jest teamcity reporters
|
2018-04-13 20:42:11 +02:00 |
|
cliedeman
|
477d0cc3cd
|
Added bootstrap for react-native typescript
|
2018-04-02 09:27:35 +02:00 |
|
Sangmin Yoon
|
682c899d58
|
Add netlify build for Mithril
|
2018-03-21 14:48:06 +09:00 |
|
Thomas Bertet
|
5e1e9b9357
|
re-add puppeteer workaround to take screenshots using storyshots
|
2018-03-08 14:14:31 +01:00 |
|
Tom Coleman
|
990388ac08
|
Remove puppeteer workaround script
|
2018-02-22 15:35:51 +11:00 |
|
Tom Coleman
|
99481ef1ec
|
Remove integration tests
|
2018-02-22 13:27:08 +11:00 |
|
Jon Rimmer
|
648e6e084a
|
Merge branch 'master' into angular-modulemetadata-decorator
# Conflicts:
#
examples/angular-cli/src/stories/__snapshots__/custom-providers.stories.
storyshot
# examples/angular-cli/src/stories/custom-metadata.stories.ts
|
2018-02-17 19:06:35 +00:00 |
|
Hypnosphi
|
7e23bac752
|
Add netlify for polymer
|
2018-02-16 23:26:31 +03:00 |
|
Jon Rimmer
|
e29d0e758a
|
Add moduleMetdata decorator for supplying common Angular metadata
|
2018-02-11 15:13:05 +00:00 |
|
Igor
|
ad905a2ddc
|
Merge branch 'master' into ts-distribution
|
2018-01-31 09:36:14 +02:00 |
|
igor
|
b0557b3cd4
|
Remove silent: false
|
2018-01-29 21:03:35 +02:00 |
|
igor
|
ee5b35f827
|
Remove preserveSymlinks that didn't actually help
|
2018-01-29 19:39:49 +02:00 |
|
igor
|
c578e929a1
|
I don't know what to do
|
2018-01-29 19:29:13 +02:00 |
|
igor
|
1c8c670859
|
Try with --preserveSymlinks flag
|
2018-01-29 19:22:56 +02:00 |
|
igor
|
f7cfe74995
|
Again remove silent mode from ts compilation =(
|
2018-01-29 18:56:52 +02:00 |
|
igor
|
29367c5f26
|
Add typescript to the root package.json to satisfy ts compilation for Netlify (though I don't know if it's the best way =/ )
|
2018-01-29 18:45:05 +02:00 |
|
igor
|
c37e06870b
|
Remove silent mode on tsc to see why Netlify cries
|
2018-01-29 18:23:40 +02:00 |
|
igor
|
49b3ef422c
|
Extract methods
|
2018-01-29 00:57:51 +02:00 |
|
igor
|
6b432e1e48
|
Delete ts files that were copied with babel to dist
|
2018-01-28 20:11:01 +02:00 |
|
igor
|
755830d4d0
|
Check for 'src' dir to prevent errors
|
2018-01-28 19:17:13 +02:00 |
|
igor
|
4b258d9e0d
|
Extract error callback
|
2018-01-28 19:09:40 +02:00 |
|
igor
|
73c27b0f1d
|
Reuse babel between prepare.js and watch-js
|
2018-01-28 18:54:00 +02:00 |
|
igor
|
e15af8de2a
|
Reuse ts compilation in watch and prepare.js
|
2018-01-28 18:35:39 +02:00 |
|
igor
|
a33c659ef4
|
Add ts compilation to prepare.js
|
2018-01-27 15:42:33 +02:00 |
|
Norbert de Langen
|
3a2326625d
|
FIX netlify
|
2018-01-22 22:41:30 +01:00 |
|
Hypnosphi
|
3116a1da0a
|
Pass default webpack config as third argument in Full Control Mode
|
2018-01-21 17:10:00 +03:00 |
|
Norbert de Langen
|
e094775a14
|
Merge branch 'master' into add-polymer-support
# Conflicts:
# .editorconfig
# lib/cli/package.json
# yarn.lock
|
2018-01-12 20:24:53 +01:00 |
|
Thomas Bertet
|
a63e1d8cd6
|
put image-storyshots to official-storybook & update scripts
|
2018-01-03 19:10:38 +01:00 |
|
Thomas Bertet
|
d5ce79e3c1
|
use custom jest config for storyshots with image snapshots & re-add addon-jest.config.js to cra-example-app
|
2017-12-28 14:03:06 +01:00 |
|
Thomas Bertet
|
b96345b484
|
add jest-image-snapshot to storyshots
|
2017-12-28 10:33:26 +01:00 |
|
hypnos
|
c458e758c0
|
Docs: don't install root dependencies on CI
|
2017-12-28 02:09:46 +03:00 |
|
Norbert de Langen
|
7c09e95203
|
Merge branch 'release/3.3' into netlify-for-angularexample
|
2017-12-22 15:48:47 +01:00 |
|
Norbert de Langen
|
748afaf4aa
|
ADD switch case for netlify angular example
|
2017-12-22 13:51:02 +01:00 |
|
Norbert de Langen
|
84ffcd1ae9
|
ADD a switch case for Netlify official-storybook example
|
2017-12-22 13:31:16 +01:00 |
|
Norbert de Langen
|
dd42353c3f
|
Merge branch 'release/3.3' into add-polymer-support
|
2017-12-22 13:21:49 +01:00 |
|
Tom Coleman
|
8823299d49
|
Merge branch 'release/3.3' into tmeasday/add-stories
|
2017-12-22 09:08:10 +11:00 |
|
Tom Coleman
|
e4be9f56aa
|
Ignore __snapshots__ when building
|
2017-12-22 08:57:10 +11:00 |
|
Norbert de Langen
|
48f37f8fbd
|
Merge branch 'release/3.3' into add-polymer-support
# Conflicts:
# package.json
# yarn.lock
|
2017-12-21 11:40:52 +01:00 |
|