Skip to content

Commit 2491c16

Browse files
committed
Use the make-target to build CSS
Less repetition, easier readable
1 parent 839694e commit 2491c16

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ci/run_browser_tests.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ npm install
4040
bin/install-jsdeps.sh
4141

4242
# Compile Elastic's styles
43-
npx lessc --clean-css="--s1 --advanced" skins/elastic/styles/styles.less > skins/elastic/styles/styles.min.css
44-
npx lessc --clean-css="--s1 --advanced" skins/elastic/styles/print.less > skins/elastic/styles/print.min.css
45-
npx lessc --clean-css="--s1 --advanced" skins/elastic/styles/embed.less > skins/elastic/styles/embed.min.css
43+
make css-elastic
4644

4745
# Use minified javascript files
4846
bin/jsshrink.sh

0 commit comments

Comments
 (0)