forked from Ponysearch/Ponysearch
Revert "attempt to add the marlo theme to the theme building process"
This reverts commit f54d7c74a2
.
This commit is contained in:
parent
e650b0b35e
commit
9248b70137
1 changed files with 0 additions and 20 deletions
|
@ -12,9 +12,6 @@ themes.:
|
|||
simple.:
|
||||
build : build simple theme
|
||||
test : test simple theme
|
||||
marlo.:
|
||||
build : build simple theme
|
||||
test : test simple theme
|
||||
EOF
|
||||
}
|
||||
|
||||
|
@ -23,7 +20,6 @@ themes.all() {
|
|||
pygments.less
|
||||
node.env
|
||||
themes.simple
|
||||
themes.marlo
|
||||
)
|
||||
dump_return $?
|
||||
}
|
||||
|
@ -60,14 +56,6 @@ themes.simple() {
|
|||
dump_return $?
|
||||
}
|
||||
|
||||
themes.marlo() {
|
||||
( set -e
|
||||
build_msg GRUNT "theme: marlo"
|
||||
npm --prefix searx/static/themes/marlo run build
|
||||
)
|
||||
dump_return $?
|
||||
}
|
||||
|
||||
themes.simple.test() {
|
||||
build_msg TEST "theme: simple"
|
||||
nodejs.ensure
|
||||
|
@ -75,11 +63,3 @@ themes.simple.test() {
|
|||
npm --prefix searx/static/themes/simple run test
|
||||
dump_return $?
|
||||
}
|
||||
|
||||
themes.marlo.test() {
|
||||
build_msg TEST "theme: marlo"
|
||||
nodejs.ensure
|
||||
npm --prefix searx/static/themes/marlo install
|
||||
npm --prefix searx/static/themes/marlo run test
|
||||
dump_return $?
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue