Skip to content

GeoCENS/dokku-bower-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dokku-bower-install

Dokku pluging to install bower dependecies.

NOTE: it's developed and tested on the latest progrium/buildstep which uses the latest heroku-buildpack-nodejs.

To install the lastest build step, you should remove the existing one and run,

$ docker build -t progrium/buildstep github.com/progrium/buildstep

Description

This plugin will inject the /app/.bower shell script that's going to be executed on the pre-deploy stage. If the root of the application contains a bower.json file, then bower and all dependencies are installed.

Usage

cd /var/lib/dokku/plugins
git clone https://github.com/alexanderbeletsky/dokku-bower-install
dokku plugins-install

Push your app.

License

MIT

About

Dokku pluging to install bower dependecies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%