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

Bug for .use(bootstrap()) #8

Open
DennisKehrig opened this issue Apr 18, 2012 · 0 comments
Open

Bug for .use(bootstrap()) #8

DennisKehrig opened this issue Apr 18, 2012 · 0 comments

Comments

@DennisKehrig
Copy link

There seems to be a bug in js/bootstrap.js, I think
style.include(__dirname + '/../styl/bootstrap.styl');
should be
style.include(__dirname + '/../styl');
i.e. a path to a directory, not to a file.
Only then @import bootstrap actually works for me.

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

No branches or pull requests

1 participant