Closed indolering closed 10 years ago
Your gulpfile.js seems to be missing vital declerations:
var gulp = require("gulp");
var inlinesource = require('gulp-inline-source');
gulp.task('inlinesource', function () {
return gulp.src('./src/test.html')
.pipe(inlinesource())
.pipe(gulp.dest("./spx/test/"));
});
If that does not fix your issue please add the output gulp prints when run.
It should work fine now, thanks for reporting.
Output: