git - How to push changes in bower dependencies? -


i have demo webapp ( https://github.com/freedomotic/fd-polymer-webapp ) relies on polymer elements published on customelements.io (some of them listed here https://github.com/freedomotic ).

since demo webapp has these elements bower dependencies can't find way manage workflow. modify these elements in bower_components folder, replace them in each distinct repository, push changes , run bower update on demo project see if runs smoothly. if yes, push demo project changes on demo repository.

is there simplier way handle kind of workflow? possible link in way git repositories in bower_components folder can push changes directly there?

by modify these elements in bower_components folder

you shouldn't. if think fix relevant community, find source repository (which not repository bower draws from) , open pull request (which can rejected authors)

if want modify purposes, try override functions or variables after including ever library need.

also practical modify , pre-compile dependencies 1 file, less annoying move around lot of bower_components


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -