We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f79fd commit cb7835cCopy full SHA for cb7835c
gulpfile.js
@@ -12,7 +12,7 @@ const gulp = require('gulp'),
12
const distRoot = path.resolve('./dist')
13
const scriptRoot = path.join(distRoot, 'js')
14
const styleRoot = path.join(distRoot, 'css')
15
-const imageRoot = path.join(distRoot, 'image')
+const imageRoot = path.join(distRoot, 'images')
16
const paths = {
17
dist: {
18
root: distRoot,
0 commit comments