Skip to content

Commit

Permalink
JS files weren't exported/symlinked. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
alpharder committed Apr 8, 2016
1 parent 711a905 commit 12acb70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sdk/Entities/Addon.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public function getFilesGlobMasks()
// General files
"app/addons/{$this->id}",
"var/langs/**/addons/{$this->id}.po",
"js/addons/{$this->id}",

// Backend templates and assets
"design/backend/css/addons/{$this->id}",
Expand Down

0 comments on commit 12acb70

Please sign in to comment.