Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct use of promises. #132

Closed
wants to merge 1 commit into from
Closed

Correct use of promises. #132

wants to merge 1 commit into from

Conversation

OJezu
Copy link

@OJezu OJezu commented Feb 3, 2015

fixes #118

As mentioned in #131, current tip (before this merge) causes following error:

Error in plugin 'gulp-less'
Message:
    'font-awesome/less/variables.less' wasn't found. Tried - /home/ch/src/Browser/style/font-awesome/less/variables.less,font-awesome/less/variables.less in file /home/ch/src/Browser/style/config.less line no. 1
Details:
    type: File
    filename: /home/ch/src/Browser/style/config.less
    index: 0
    line: 1
    callLine: NaN
    callExtract: undefined
    column: 0
    extract: ,@import "font-awesome/less/variables";,
    lineNumber: 1
    fileName: /home/ch/src/Browser/style/config.less

Please, be wary.

@yocontra
Copy link
Member

Fixed in 2.0.3

@yocontra yocontra closed this Feb 11, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Less compilation doesn't break on missing variable
2 participants