mirror of https://gitlab.com/tildes/tildes.git
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.
23 lines
602 B
23 lines
602 B
directory: static
|
|
url: /
|
|
manifest: json
|
|
|
|
bundles:
|
|
javascript:
|
|
contents:
|
|
# keep scripts.js at the top so it can define things needed in other ones
|
|
- js/scripts.js
|
|
- js/behaviors/*.js
|
|
output: js/tildes.js
|
|
javascript-third-party:
|
|
contents:
|
|
# jquery needs to be at the top since others depend on it
|
|
- js/third_party/jquery-*.js
|
|
- js/third_party/*.js
|
|
output: js/third_party.js
|
|
css:
|
|
contents:
|
|
# keep styles.css at the bottom so it can override Spectre
|
|
- css/spectre-0.5.1/spectre.css
|
|
- css/styles.css
|
|
output: css/tildes.css
|