Skip to content

Commit

Permalink
fix: fix missing capital letter while requiring a library
Browse files Browse the repository at this point in the history
  • Loading branch information
gerard2perez committed Apr 10, 2017
1 parent 73e4b52 commit 33964b8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import Command from 'cmd-line/lib/Command';
import BundleItem from '../support/BundleItem';
// import spin from '../spinner';
import * as nginx from '../functions/nginx';
import buildImages from '../functions/imageCompressor';
import buildImages from '../functions/imagecompressor';

// const spinner = spin();
const hasFileName = function (file, content) {
Expand Down
1 change: 0 additions & 1 deletion src/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ existsSync('routes.js') &&
existsSync('config');

global.ProyPath = function (...args) {
console.log(456, process.cwd());
args.splice(0, 0, process.cwd());
return path.normalize(path.join.apply(path, args));
};
Expand Down

0 comments on commit 33964b8

Please sign in to comment.