mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-27 07:29:42 +00:00
5 lines
266 B
Bash
Executable File
5 lines
266 B
Bash
Executable File
#!/bin/bash
|
|
sass-convert -R -F scss -T sass ext/sass-bootstrap/lib app/static/sass/bootstrap
|
|
cp -vf ext/sass-bootstrap/dist/js/bootstrap.min.js app/static/javascripts/
|
|
cp -vf ext/sass-bootstrap/dist/fonts/glyphicons-halflings-regular.* app/static/stylesheets/fonts/
|