claviska / jquery-minicolors

jQuery MiniColors Plugin
MIT License
960 stars 313 forks source link

fix: rebuild .min.js file #269

Closed AdriVanHoudt closed 5 years ago

AdriVanHoudt commented 5 years ago

Added build and watch scripts for easiness

claviska commented 5 years ago

Thanks. The gulp tasks aren't currently documented so having a standard command is helpful.

AdriVanHoudt commented 5 years ago

@claviska yeah it also allows easy usage of the installed gulp so you don't need a global installed version or you don't have to run npx gulp which is also nice :D Thx for merging this! A follow up improvement might be to add a preversion script that runs the gulp command and add the .min.js file to the version commit npm makes. So you don't have to think about it when bumping versions