Skip to content

Instantly share code, notes, and snippets.

@floatdrop
Created August 20, 2014 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save floatdrop/68f04bf810bee92be128 to your computer and use it in GitHub Desktop.
Save floatdrop/68f04bf810bee92be128 to your computer and use it in GitHub Desktop.
output
❯ gulp watch:src
[21:53:09] Using gulpfile ~/test/gulpfile.js
[21:53:09] Starting 'watch:src'...
[21:53:09] Finished 'watch:src' after 14 ms
[21:53:09] Starting 'styles:src'...
[21:53:09] Finished 'styles:src' after 27 ms
[21:53:15] index.less was changed
[21:53:15] Starting 'styles:src'...
[21:53:15] Finished 'styles:src' after 8.76 ms
[21:53:18] index.less was changed
[21:53:18] Starting 'styles:src'...
[21:53:18] Plumber found unhandled error: Error in plugin 'gulp-less'
Message:
missing closing `}` in file /Users/floatdrop/test/styles/index.less line no. 1
Details:
type: Parse
filename: /Users/floatdrop/test/styles/index.less
index: 5
line: 1
callLine: NaN
callExtract: undefined
column: 5
extract: ,body {,
lineNumber: 1
fileName: /Users/floatdrop/test/styles/index.less
[21:53:18] Finished 'styles:src' after 7.45 ms
[21:53:21] index.less was changed
[21:53:21] Starting 'styles:src'...
[21:53:21] Finished 'styles:src' after 5.67 ms
[21:53:36] index.less was changed
[21:53:36] Starting 'styles:src'...
[21:53:36] Plumber found unhandled error: Error in plugin 'gulp-less'
Message:
missing closing `}` in file /Users/floatdrop/test/styles/index.less line no. 1
Details:
type: Parse
filename: /Users/floatdrop/test/styles/index.less
index: 5
line: 1
callLine: NaN
callExtract: undefined
column: 5
extract: ,body {,
lineNumber: 1
fileName: /Users/floatdrop/test/styles/index.less
[21:53:36] Finished 'styles:src' after 3.95 ms
[21:53:43] index.less was changed
[21:53:43] Starting 'styles:src'...
[21:53:43] Finished 'styles:src' after 6.53 ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment