Skip to content

Commit

Permalink
Attempt to fix path to config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 12, 2024
1 parent 2bf43d9 commit b5c4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import args from 'yargs';
import chalk from 'chalk';
import rename from 'gulp-rename';
import uglify from 'gulp-uglify';
import config from './config.gulp';
import config from '../config.gulp.js';

var projectName = args.project || args.p;
var project = config[projectName];
Expand Down

0 comments on commit b5c4658

Please sign in to comment.