FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

remove ui tasks · devhttps/frontend@f4da5e2 · GitHub

Commit f4da5e2

Browse files
committed
remove ui tasks
1 parent ac833bb commit f4da5e2

4 files changed

Lines changed: 1 addition & 20 deletions

File tree

‎makefile‎

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,3 @@ validate-a11y: install # PRIVATE
122122
# Take screenshots for a visual check.
123123
screenshots: install
124124
@./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

‎tools/__tasks__/compile/index.js‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ module.exports = {
44
require('./conf/clean'),
55
require('./css'),
66
require('./javascript'),
7-
require('./ui'),
87
require('./fonts'),
98
require('./hash'),
109
require('./conf'),

‎tools/__tasks__/compile/ui/index.js‎

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎tools/__tasks__/validate/javascript.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
},
4949
{
5050
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 . ${
5252
config
5353
}`,
5454
onError: error,

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL