mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix account less path compilation
This commit is contained in:
@@ -34,7 +34,7 @@ class LessBuilderServiceProvider implements ServiceProviderInterface
|
||||
$app['phraseanet.less-mapping.customizable'] = $app->share(function ($app) {
|
||||
return [
|
||||
$app['root.path'] . '/www/skins/login/less/login.less' => $app['root.path'] . '/www/assets/build/login.css',
|
||||
$app['root.path'] . '/www/skins/account/account.less' => $app['root.path'] . '/www/assets/build/account.css',
|
||||
$app['root.path'] . '/www/skins/account/less/account.less' => $app['root.path'] . '/www/assets/build/account.css',
|
||||
];
|
||||
});
|
||||
|
||||
|
@@ -3,8 +3,10 @@
|
||||
|
||||
// Core variables and mixins
|
||||
@import "../../../assets/bootstrap/less/variables.less";
|
||||
|
||||
@import "variables.less";
|
||||
@import "../../../plugins/account.less";
|
||||
@import "../../../../plugins/account.less";
|
||||
|
||||
@import "../../../assets/bootstrap/less/mixins.less";
|
||||
|
||||
// Grid system and page structure
|
||||
@@ -56,7 +58,8 @@
|
||||
|
||||
// Responsive
|
||||
@import "../../../assets/bootstrap/less/responsive.less";
|
||||
|
||||
@import "variables.less";
|
||||
@import "../../../plugins/account.less";
|
||||
@import "../../../../plugins/account.less";
|
||||
|
||||
@import "skin.less";
|
Reference in New Issue
Block a user