6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
cp -a node_modules/uswds/dist/fonts static/
|
|
sass scss/atat.scss > static/assets/atat.css
|
|
|