ESH/jquery.sumoselect-master/docs.bash
2024-10-23 18:28:06 +05:30

9 lines
290 B
Bash

# Generate IE friendly minified file at root
babel jquery.sumoselect.js -o jquery.sumoselect.min.js
# Generate minified CSS
minify sumoselect.css > sumoselect.min.css
# Copy minified files in docs
shx cp jquery.sumoselect.min.js docs/javascripts
shx cp sumoselect.min.css docs/stylesheets