| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -122,15 +122,3 @@ validate-a11y: install # PRIVATE | |||
| 122 | 122 | # Take screenshots for a visual check. | |
| 123 | 123 | screenshots: install | |
| 124 | 124 | @./tools/task-runner/runner screenshot | |
| 125 | - | ||
| 126 | - | ||
| 127 | - # *********************** UI *********************** | ||
| 128 | - | ||
| 129 | - ui-compile: install | ||
| 130 | - @cd ui && yarn -s compile | ||
| 131 | - | ||
| 132 | - ui-watch-nashorn: install | ||
| 133 | - @cd ui && yarn -s watch:nashorn | ||
| 134 | - | ||
| 135 | - ui-watch: install | ||
| 136 | - @cd ui && yarn -s watch | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,7 +4,6 @@ module.exports = { | |||
| 4 | 4 | require('./conf/clean'), | |
| 5 | 5 | require('./css'), | |
| 6 | 6 | require('./javascript'), | |
| 7 | - require('./ui'), | ||
| 8 | 7 | require('./fonts'), | |
| 9 | 8 | require('./hash'), | |
| 10 | 9 | require('./conf'), | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -48,7 +48,7 @@ module.exports = { | |||
| 48 | 48 | }, | |
| 49 | 49 | { | |
| 50 | 50 | description: 'Tools etc.', | |
| 51 | - task: `eslint --ignore-pattern /static/test/javascripts-legacy --ignore-pattern /static/src --ignore-pattern /ui . ${ | ||
| 51 | + task: `eslint --ignore-pattern /static/test/javascripts-legacy --ignore-pattern /static/src --ignore-pattern . ${ | ||
| 52 | 52 | config | |
| 53 | 53 | }`, | |
| 54 | 54 | onError: error, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments