mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 18:11:40 -05:00
17 lines
No EOL
312 B
JavaScript
17 lines
No EOL
312 B
JavaScript
Package.describe("Telescope Hubble theme");
|
|
|
|
Package.on_use(function (api) {
|
|
|
|
// api.use(['telescope-lib'], ['client', 'server']);
|
|
|
|
// api.use([
|
|
// 'jquery',
|
|
// 'underscore',
|
|
// 'templating'
|
|
// ], 'client');
|
|
|
|
api.add_files([
|
|
'lib/client/stylesheets/screen.css',
|
|
], ['client']);
|
|
|
|
}); |