-
Notifications
You must be signed in to change notification settings - Fork 94
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
bower package too please #181
Comments
Sure. I'll see what I can do. I'd like to actually transition to bower for extensions as well. Git submodules have proven cumbersome. Please hold. |
Done. Registered as |
Thanks. You still need to add "main" to bower.json. but......now that I root around in the kickstart/lib-core/sass/ I see So what was just a simple request is now more major, like converting sass I could do a convert, but if you are hooked on indent sytle for the future What to do?
On Wed, Aug 5, 2015 at 2:41 PM, Adam Grant [email protected] wrote:
Cheers, Cuidate, TTFN http://www.youtube.com/watch?v=5Gu50vq5ux4 |
So I was wrong. It turns out the libsass can now automatically Given that I want to use Kickstart so I just sent you a PR with a _kickstart.sass file that imports all your core So now that I can compile it is throwing an error in some files with this. Also I'll need bower access to your concatenated kickstart.js and which I'll do a separate issue for that as well to make it easier to track.On Wed, Aug 5, 2015 at 6:35 PM, David Kebler [email protected] wrote:
Cheers, Cuidate, TTFN http://www.youtube.com/watch?v=5Gu50vq5ux4 |
+1 bower support 👍 |
Thanks folks. Planning for a wedding at the moment, but I can definitely see the need for this. |
Can I talk you into publishing a bower package of your repo as well.
It's as simple as adding a bower.json file to your repo with a "main" designation to the scss file(s) that should be @import-ed and then registering your repo with bower. Once set up it updates automagically with pushes to your github repo. http://bower.io/docs/creating-packages/.
My gulp based workflow is set up to have scss libraries I make use of (like kickstart) as bower packages. I've written code to grab all the scss paths from bower packages and set them to a loadpaths variable for use with node-sass and then off course it's easy to keep all the bower packages up to date with gulp. This works much better for me than sass libraries as npm packages.
The more ways to easily include Kickstart the better no?
The text was updated successfully, but these errors were encountered: