From 7fdf48fbdc968de122d5621ab68e7d16697e3e20 Mon Sep 17 00:00:00 2001 From: Valeriy Shkiryak Date: Wed, 13 Aug 2014 13:31:48 +0400 Subject: [PATCH] Use updated version of cloudapp-boilerplate --- grunt/config/sources.json | 9 --------- package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) delete mode 100644 grunt/config/sources.json diff --git a/grunt/config/sources.json b/grunt/config/sources.json deleted file mode 100644 index ba32b7a..0000000 --- a/grunt/config/sources.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "js": [ - "app.js", - "controls/**/*.js", - "third-party/**/*.js", - "dashboard.js", - "dashboard/**/*.js" - ] -} diff --git a/package.json b/package.json index 1551364..cb6e82b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ }, "dependencies": { "grunt": "^0.4.5", - "cloudapp-boilerplate": "^0.1.0" + "cloudapp-boilerplate": "^0.1.1" }, "private": true }