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

Automate bootstrap updates #4

Open
mdrmike opened this issue Jul 17, 2017 · 0 comments
Open

Automate bootstrap updates #4

mdrmike opened this issue Jul 17, 2017 · 0 comments

Comments

@mdrmike
Copy link
Owner

mdrmike commented Jul 17, 2017

Write a task to automate bootstrap updates

  • probably use rakefile so that it can work in any jeky/ruby environment

Functionality as simple as

BOOTSTRAP_SOURCE="`bundle show bootstrap-sass`/assets" 
BOOTSTRAP_JEKYLL="./_sass/bootstrap"
mkdir -p ${BOOTSTRAP_JEKYLL}
cp -Ruv ${BOOTSTRAP_SOURCE}/* ${BOOTSTRAP_JEKYLL}
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