caktus / margarita

A collection of delicious Salt states for Django project deployments.
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

Support ability to specify packages and versions to npm install globally #146

Open jbradberry opened 7 years ago

jbradberry commented 7 years ago

instead of just hard-coding the install of less. Tequila now supports such an option (https://github.com/caktus/tequila-django/pull/1/commits/1b75782a15e6e8da3a768071767697c1ec6eb718), a list of dicts named global_npm_installs, added in case a project is using sass instead of less, or whatever.