From 253db19f5e2ee8c87c74d992c69d4f936eaa7db9 Mon Sep 17 00:00:00 2001 From: Karissa McKelvey Date: Fri, 12 Aug 2016 15:55:50 +0200 Subject: add dat-design and sass capability (#16) * add dat-design and sass capability * add watch:css rule * add nodemon * fix typo * update watch css command (it watched and built the css before, but styles still didn't update in the browser. there's probably a more performant way to do this.) * override minidocs default styles with custom dat styles * clean up scss --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 03dfe09..1a5272c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ dist +*.css .DS_Store repos.txt node_modules -- cgit v1.2.3