mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
15 lines
No EOL
306 B
JavaScript
15 lines
No EOL
306 B
JavaScript
Package.describe({summary: "Telescope Hubble theme"});
|
|
|
|
Package.onUse(function (api) {
|
|
|
|
api.use(['telescope-lib', 'telescope-base'], ['client', 'server']);
|
|
|
|
api.add_files([
|
|
'lib/hubble.js',
|
|
], ['client', 'server']);
|
|
|
|
api.add_files([
|
|
'lib/client/css/screen.css',
|
|
], ['client']);
|
|
|
|
}); |