You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bin/svg-sprite.js
+3-3
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ var _ = require('lodash'),
24
24
glob=require('glob'),
25
25
SVGSpriter=require('../lib/svg-sprite'),
26
26
config={},
27
-
JSONConfig={mode: {}},
27
+
JSONConfig={mode: {}},
28
28
map={},
29
29
yargs=require('yargs')
30
30
.usage('Create one or multiple sprites of the given SVG files, optionally along with some stylesheet resources.\nUsage: $0 [options] files')
31
-
.version('version','Show version number',JSON.parse(fs.readFileSync(path.resolve(__dirname,'..','package.json'),{encoding: 'utf8'})).version)
31
+
.version('version','Show version number',JSON.parse(fs.readFileSync(path.resolve(__dirname,'..','package.json'),{encoding: 'utf8'})).version)
32
32
.help('help','Display this help information')
33
33
.wrap(null)
34
34
.example('$0 --css --css-render-css --css-example --dest=out assets/*.svg','Create a CSS sprite of the given SVG files including example document to the subdirectory "out"')
@@ -223,7 +223,7 @@ if (typeof config.shape.transform === 'string') {
0 commit comments