Skip to content

Commit

Permalink
Fixed issue #16110: resources not found (vanilla based template) (#1631)
Browse files Browse the repository at this point in the history
Removed spectrum colorpicker. Doesn't seem to be used anywhere.
It is included in template-core package definition (commit cf1ee28) and the js and css files are also registered in the Fruity's options.twig (commit bce3f7c).
But the 'spectrum' JS function is never used.
  • Loading branch information
gabrieljenik committed Nov 10, 2020
1 parent 356abc0 commit f6cfc9a
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 5,873 deletions.
2 changes: 0 additions & 2 deletions application/config/packages.php
Expand Up @@ -86,11 +86,9 @@
'devBaseUrl' => 'assets/packages/template-core/',
'basePath' => 'core.template-core',
'css'=> array(
'spectrum.css',
'template-core.css',
),
'js'=>array(
'spectrum.js',
'template-core.js',
),
'depends' => array(
Expand Down

0 comments on commit f6cfc9a

Please sign in to comment.