Don't load handlebars in template

It's already loaded in core.json

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-04-13 14:01:21 +02:00
parent 5505faa3d7
commit 881539a9e0
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ style('settings', 'settings');
vendor_script(
'core',
[
'handlebars/handlebars',
'marked/marked.min',
]
);