You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
290 B

# 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