mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-12 01:52:32 +00:00
location of sheetWorkers
This commit is contained in:
@@ -159,11 +159,11 @@ gulp.task('compileJS', ['lint'], function() {
|
||||
header: '<script type="text/worker">',
|
||||
footer: '</script>'
|
||||
}))
|
||||
.pipe(gulp.dest('../'));
|
||||
.pipe(gulp.dest('./'));
|
||||
});
|
||||
|
||||
gulp.task('compile', ['preCompile', 'lint', 'compileJS'], function () {
|
||||
return gulp.src(['../D&D_5e.html', '../sheetWorkers.js', './components/rollTemplate.html'])
|
||||
return gulp.src(['../D&D_5e.html', './sheetWorkers.js', './components/rollTemplate.html'])
|
||||
.pipe(concat('D&D_5e.html'))
|
||||
.pipe(gulp.dest('../'));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user