aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-04-03 18:50:43 -0500
committerJesús <heckyel@hyperbola.info>2019-04-03 18:50:43 -0500
commit9a101efbabc52c04e97be42f13ced78c34c46169 (patch)
treeef49c642a0203a2ea6e81e2543ff73997ee8e53c /Makefile
parent986fded2043ea505429747ff68a55cd8310319d8 (diff)
downloadlibretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.lz
libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.tar.xz
libretube-theme-9a101efbabc52c04e97be42f13ced78c34c46169.zip
added autoprefixer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 60c15c3..4478f7f 100644
--- a/Makefile
+++ b/Makefile
@@ -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