diff options
author | Jesús <heckyel@hyperbola.info> | 2019-04-03 18:50:43 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-04-03 18:50:43 -0500 |
commit | 9a101efbabc52c04e97be42f13ced78c34c46169 (patch) | |
tree | ef49c642a0203a2ea6e81e2543ff73997ee8e53c /Makefile | |
parent | 986fded2043ea505429747ff68a55cd8310319d8 (diff) | |
download | libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.lz libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.xz libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.zip |
added autoprefixer
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -all: clean bootstrap comments fonts icons js styles +all: clean bootstrap comments fonts icons js styles autoprefixer clean: @rm -rf dist/ @@ -19,3 +19,6 @@ fonts: @bash scripts/fonts.sh js: @bash scripts/js.sh + +autoprefixer: + @bash scripts/autoprefixer.sh |