mizzao / meteor-bootstrap-3

Bootstrap 3 package for meteor
37 stars 10 forks source link

Where are the files to make update.sh work? #6

Closed ssteinerx closed 9 years ago

ssteinerx commented 9 years ago

Trying to update the package for local use to Bootstrap bleeding edge checkout but the update.sh file seems to not be within a directory structure that allows it to run...

Thanks,

Steve

mizzao commented 9 years ago

We should ask @yasinuslu; I didn't create that file originally.

ssteinerx commented 9 years ago

I've emailed him. Thanks for the reply!

Steve

On Oct 24, 2014, at 7:32 PM, Andrew Mao wrote:

We should ask @yasinuslu; I didn't create that file originally.

— Reply to this email directly or view it on GitHub.

yasinuslu commented 9 years ago

Thanks for asking, i'll have a look right now.

yasinuslu commented 9 years ago

I have updated update.sh and created this PR #7 You need to have grunt-cli and npm installed for script to work.

I don't want to pollute search results for bootstrap-3 so i haven't published the package to meteor.

ssteinerx commented 9 years ago

Awesome, thank you!

Steve

mizzao commented 9 years ago

Tested the new update.sh and it works.

Make sure you npm install -g grunt-cli.

ssteinerx commented 9 years ago

I've already upgraded to the new version and confirmed that it works. Also, showed me how the original was built which is what I was after.

Thanks for your help with this!

Steve

On Oct 26, 2014, at 8:47 PM, Andrew Mao wrote:

Tested the new update.sh and it works.

Make sure you npm install -g grunt-cli.

— Reply to this email directly or view it on GitHub.