Skip to content

Commit

Permalink
feat: add less folder to defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Jan 3, 2023
1 parent 4057138 commit b736e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public static function getModuleInfo()
{
return [
'title' => 'RockFrontend',
'version' => '2.9.1',
'version' => '2.10.0',
'summary' => 'Module for easy frontend development',
'autoload' => true,
'singular' => true,
Expand Down
1 change: 1 addition & 0 deletions StylesArray.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public function addDefaultFolders()

// add all style files in the following folders
$this->addAll('/site/templates/layouts');
$this->addAll('/site/templates/less');
$this->addAll('/site/templates/sections');
$this->addAll('/site/templates/partials');
$this->addAll('/site/assets/RockMatrix');
Expand Down

0 comments on commit b736e5b

Please sign in to comment.