Skip to content

Can't run #34

Description

@artrayd

Just for test removed everything except inline source. Was working very well few weeks ago, now I can't my project(((

Here is my code:

gulp.task('inlinesource', function () {
return gulp.src('./app/create-full.html')
.pipe(inlinesource())
.pipe(gulp.dest('./out'));
});

gulp.task('default', ['inlinesource'] );

Getting this error:

events.js:160
throw er; // Unhandled 'error' event
^
SyntaxError: Unexpected token: operator (<)
at JS_Parse_Error.get (eval at (/Users/newuser/Documents/projects/gift/v0.1/node_modules/inline-source/node_modules/uglify-js/tools/node.js:27:1), :86:23)
at /Users/newuser/Documents/projects/gift/v0.1/node_modules/gulp-util/lib/PluginError.js:45:35
at Array.forEach (native)
at new PluginError (/Users/newuser/Documents/projects/gift/v0.1/node_modules/gulp-util/lib/PluginError.js:44:8)
at /Users/newuser/Documents/projects/gift/v0.1/node_modules/gulp-inline-source/index.js:37:36
at next (/Users/newuser/Documents/projects/gift/v0.1/node_modules/inline-source/lib/run.js:25:22)
at js (/Users/newuser/Documents/projects/gift/v0.1/node_modules/inline-source/lib/js.js:31:14)
at next (/Users/newuser/Documents/projects/gift/v0.1/node_modules/inline-source/lib/run.js:36:33)
at context.fs.readFile (/Users/newuser/Documents/projects/gift/v0.1/node_modules/inline-source/lib/load.js:18:16)
at tryToString (fs.js:455:3)

Sometimges getting this error:
Error: ENOENT: no such file or directory, open '/Users/newuser/Documents/projects/gift/v0.1/app/app/css/anicollectionsss.css'

/app/app/ - appears twice by some reason

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions