From d6237e8f852c45b6d2c69452a525f85630e57aa8 Mon Sep 17 00:00:00 2001 From: Jonas Grimfelt Date: Sun, 10 Jan 2016 11:42:52 -0500 Subject: [PATCH] dev: local `grunt` and `http-server` --- package.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package.json b/package.json index 0ae99cee5..6ce1796bf 100644 --- a/package.json +++ b/package.json @@ -21,5 +21,13 @@ "grunt-compile-handlebars": "~0.6.2", "algolia-search": "~1.2.1", "grunt-merge-json": "~0.9.4" + }, + "devDependencies": { + "grunt-cli": "latest", + "http-server": "latest" + }, + "scripts": { + "build": "./node_modules/.bin/grunt build", + "start": "./node_modules/.bin/http-server -p 3000" } }