mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
update paths on Gruntfile.js
This commit is contained in:
parent
59fdb53114
commit
a7f28ce1ed
|
@ -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: {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user