Skip to content

Commit e56de43

Browse files
Merge pull request #946 from sghoweri/feature/uikit-refactor-p5--web-components
UIKit Refactor Part 5: Redux + SkateJS + Preact-Powered Web Components
2 parents 36a917f + 31c3005 commit e56de43

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3284
-418
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ before_install:
55

66
before_script:
77
- npm install -g [email protected]
8-
- npm run bootstrap
8+
- npm run setup
99
- lerna add @pattern-lab/engine-mustache --scope=@pattern-lab/core
1010
- lerna add @pattern-lab/engine-handlebars --scope=@pattern-lab/core
1111
- lerna add @pattern-lab/engine-underscore --scope=@pattern-lab/core

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"private": true,
66
"scripts": {
77
"bootstrap": "lerna bootstrap",
8+
"setup": "npm run bootstrap && npm run build:uikit",
9+
"build:uikit": "lerna exec --scope @pattern-lab/uikit-workshop -- npm run build",
810
"precommit": "pretty-quick --staged",
911
"prettier": "prettier --config .prettierrc --write ./**/*.js --ignore-path .prettierignore",
1012
"test": "lerna run test",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// .rc config file allowing users to customize folder locations, etc that are wired up to be configurable in the build process (via cosmic config) -- this example lives in the root of UIKit however can live in a higher-level parent as part of your project's config!
2+
3+
module.exports = {
4+
// buildDir: '../../../www/pattern-lab',
5+
}

packages/uikit-workshop/dist/index.html

Lines changed: 401 additions & 7 deletions
Large diffs are not rendered by default.

packages/uikit-workshop/dist/styleguide/css/pattern-lab.042bdcd6.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/uikit-workshop/dist/styleguide/css/pattern-lab.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uikit-workshop/dist/styleguide/js/0-chunk-d792df13253aa9b6508b.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uikit-workshop/dist/styleguide/js/1-chunk-162a89af2e10f9bdb50b.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uikit-workshop/dist/styleguide/js/2-chunk-e309c72e0e8f5783df94.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/uikit-workshop/dist/styleguide/js/patternlab-pattern.js

Lines changed: 163 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)