mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-08 14:08:22 +01:00
10 lines
166 B
YAML
10 lines
166 B
YAML
language: javascript
|
|
install:
|
|
- npm install coffeescript
|
|
- npm install uglify-js
|
|
- npm install uglifycss
|
|
- npm install riot
|
|
script:
|
|
- make
|
|
- make release
|