mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
improve blank package
This commit is contained in:
parent
3c853d0ebe
commit
e5bef96886
4 changed files with 3 additions and 3 deletions
|
@ -59,10 +59,10 @@ Package.onUse(function (api) {
|
|||
// client
|
||||
|
||||
api.add_files([
|
||||
'lib/client/templates/template.html',
|
||||
'lib/client/templates/template.js',
|
||||
'lib/client/templates/custom_template.html',
|
||||
'lib/client/templates/custom_template.js',
|
||||
'lib/client/templates/customPostTitle.html',
|
||||
'lib/client/scss/package.scss'
|
||||
'lib/client/scss/custom.scss'
|
||||
], ['client']);
|
||||
|
||||
// server
|
||||
|
|
Loading…
Add table
Reference in a new issue