-
Notifications
You must be signed in to change notification settings - Fork 102
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
Gulp Error: Unrecognised input. Possibly missing opening #45
Comments
Hello. Do you have anything inside your |
@ericmdantas I do
I don't see the file it is complaining about |
Alright, I'll take a look at it when I get home. |
I did get the error at first, but then it didn't happen again. |
Turns out the problem is with bootstrap's version Could you please change the version of your bootstrap in the bower.json? From:
To:
and the run |
Also, here's the bootstrap issue. |
👍 that worked, thank you |
Good to know =] |
Note, this was a breaking issue for me installing via Super cool generator otherwise! Looking forward to using it! |
@Aendrew Hello, thanks! It should be fixed now, it's been a while as |
Odd; I got 1.4.0 from a NPM install, but now have 1.5.1-0 via |
That's probably because of the pre-release thing, I'm moving some things around and I'll release the 1.5 soon. |
When I run gulp in the root of the project I get this error:
I'm not very familiar with gulp, but it appears the less task is attempting to glob a directory that isn't there with this line
var _less = DEV_DIR + 'css/**/*.less';
.The text was updated successfully, but these errors were encountered: