il-atevent

Results 2 comments of il-atevent

Still doesn't work. My resulting combined file sits in build/public/scripts/combined.js. However, in express I must have build/public omitted so it should be just scripts/combined.js. And if that is not enough,...

Figured that out, using outputRelativePath ``` js gulp.src(paths.html) .pipe(usemin({ outputRelativePath: '../public/' ``` Michael, thanks for the inputs. Appreciate that.