update paths on Gruntfile.js

This commit is contained in:
Tony Narlock 2013-11-04 09:06:41 +08:00
parent 59fdb53114
commit a7f28ce1ed

View File

@ -45,7 +45,7 @@ module.exports = function(grunt) {
expand: true, expand: true,
cwd: 'src/sphinx_rtd_theme', cwd: 'src/sphinx_rtd_theme',
src: ['**', '!**/sass/**'], src: ['**', '!**/sass/**'],
dest: 'dist/sphinx_rtd_theme' dest: 'sphinx_rtd_theme'
} }
] ]
} }
@ -61,7 +61,7 @@ module.exports = function(grunt) {
}, },
clean: { clean: {
src: ["demo_docs/build"], src: ["demo_docs/build"],
dist: ["dist/sphinx_rtd_theme"] dist: ["sphinx_rtd_theme"]
}, },
watch: { watch: {