Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Best way to get LESS folder from Bootstrap today? #179

Open
smajl opened this issue Feb 9, 2015 · 4 comments
Open

Best way to get LESS folder from Bootstrap today? #179

smajl opened this issue Feb 9, 2015 · 4 comments

Comments

@smajl
Copy link
Contributor

smajl commented Feb 9, 2015

a) Use e.g. something from http://bower.io/search/?q=bootstrap-less (unfortunately, all outdated, best is 3.3.1).
b) Rather wait for next release of jspm where local overrides get higher priority than remote package config (so you can override directories.lib) and overrides are persisted.
c) Some other and better idea...?

Because I would really like to use bootstrap LESS mixins today. :)

@smajl smajl changed the title Best way to get LESS folder from Bootstrap today Best way to get LESS folder from Bootstrap today? Feb 9, 2015
@guybedford
Copy link
Member

Using the LESS files from Bootstrap == forking bootstrap. I would suggest rather copying the files into your application here than using jspm. Perhaps just use the installed version of Bootstrap for JS, and then have your own styles. Working on allowing this separation.

@smajl
Copy link
Contributor Author

smajl commented Feb 10, 2015

@guybedford I am struggling to make this work from my fork - it's still installing only the dist folder. Can you, please, advise me, what else should I change in here https://github.com/smajl/bootstrap/blob/master/package.json

I am installing with: jspm install github:smajl/bootstrap

@guybedford
Copy link
Member

You need to explicitly install the master branch or release a new stable version tag - jspm install github:smajl/bootstrap@master

@smajl
Copy link
Contributor Author

smajl commented Feb 10, 2015

D'oh, so obvious, feeling dumb. Thank you! :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants