3d05cf68f0
CDN can still be used via a configuration parameter. This way, development and presentation can be done locally with no network dependency.
5 lines
75 B
YAML
Executable file
5 lines
75 B
YAML
Executable file
language: node_js
|
|
node_js:
|
|
- 4
|
|
after_script:
|
|
- npm run build -- retire
|