From e8e54d0c0f2f25dc6bfa3568651604098e207720 Mon Sep 17 00:00:00 2001 From: Gregory Eremin Date: Wed, 18 Mar 2015 16:14:35 +0700 Subject: [PATCH] Include normalize.css in build --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a695bce..1f00418 100644 --- a/Makefile +++ b/Makefile @@ -13,4 +13,7 @@ static: app/jsx/build/charts/* \ app/jsx/build/app.js \ > build/app.js - cat app/css/* | $(CLEANCSS) -o build/app.css + cat \ + app/bower_components/normalize.css/normalize.css \ + app/css/* \ + | $(CLEANCSS) -o build/app.css