-
Notifications
You must be signed in to change notification settings - Fork 462
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
Auto bower #1739
Auto bower #1739
Conversation
It should also take care of jinja themes. |
I think jinjify should handle that, instead. |
@Kwpolska what do you think about merging this as a 1st iteration? |
pushd nikola/data/themes/bootstrap3/assets/js/ | ||
ln -sf ../../../../../../bower_components/bootstrap/dist/js/*js . | ||
rm npm.js | ||
git add *js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
git add *
can be problematic. use git add .
to add everything in the current working directory.
Change the |
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
Done. I also added Jinja asset updates for the two bootstrap themes to |
Script to update and symlink bower dependencies (Issue #1737)