From a7f28ce1eda9e06e973826fb5170f1f6da31007c Mon Sep 17 00:00:00 2001 From: Tony Narlock Date: Mon, 4 Nov 2013 09:06:41 +0800 Subject: [PATCH] update paths on Gruntfile.js --- Gruntfile.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 2615dd68..462741b8 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -45,7 +45,7 @@ module.exports = function(grunt) { expand: true, cwd: 'src/sphinx_rtd_theme', src: ['**', '!**/sass/**'], - dest: 'dist/sphinx_rtd_theme' + dest: 'sphinx_rtd_theme' } ] } @@ -61,7 +61,7 @@ module.exports = function(grunt) { }, clean: { src: ["demo_docs/build"], - dist: ["dist/sphinx_rtd_theme"] + dist: ["sphinx_rtd_theme"] }, watch: {