rapidwebltd / gulp-workflow

Our Gulp Workflow repo
MIT License
1 stars 1 forks source link

Multiple platform support #3

Closed ojdon closed 9 years ago

ojdon commented 9 years ago

For adding support for OSX and other Linux distributions such as Red Hat/Fedora, I was thinking about swapping the apt-get calls with the relevant package managers by checking to see if 'brew' and 'yum' are installed using the 'which' command.

It's not the most elegant way, but definitely the most minimal solution, unless someone else has a better alternative?

ojdon commented 9 years ago

Closing as I have added support (See Pull Request #5). Any bugs discovered, please create a new issue stating the platform you are using.