Skip to content

Commit

Permalink
Merge 13e9f01 into abf24d4
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Apr 16, 2019
2 parents abf24d4 + 13e9f01 commit 4f1801d
Show file tree
Hide file tree
Showing 109 changed files with 4,915 additions and 5,011 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"ecmaVersion": 2017,
"sourceType": "module"
},
"globals": {},
Expand Down
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: node_js

addons:
chrome: stable

before_install:
- phantomjs --version

Expand Down
5 changes: 5 additions & 0 deletions packages/edition-twig/.patternlabrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
buildDir: __dirname + '/public',
wwwDir: __dirname + '/public/',
publicPath: '/public/styleguide/',
};
1 change: 1 addition & 0 deletions packages/edition-twig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"main": "patternlab-config.json",
"scripts": {
"build:uikit": "npm run build --prefix node_modules/@pattern-lab/uikit-workshop -- --patternlabrc $INIT_CWD/.patternlabrc.js",
"build": "patternlab build --config ./patternlab-config.json",
"help": "patternlab --help",
"install": "patternlab install --config ./patternlab-config.json",
Expand Down
538 changes: 128 additions & 410 deletions packages/uikit-workshop/dist/index.html

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

This file was deleted.

This file was deleted.

This file was deleted.

229 changes: 1 addition & 228 deletions packages/uikit-workshop/dist/styleguide/js/patternlab-pattern.js

Large diffs are not rendered by default.

2,440 changes: 1 addition & 2,439 deletions packages/uikit-workshop/dist/styleguide/js/patternlab-viewer.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 4f1801d

Please sign in to comment.