Skip to content

Commit

Permalink
Merge pull request #170 from joomdev/dev
Browse files Browse the repository at this point in the history
Leafo\ScssPhp\Compiler issue resolved
  • Loading branch information
hiteshaggarwal authored Sep 1, 2020
2 parents cde0838 + 93e2b42 commit 8629077
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion astroid/astroid-framework/astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<libraryname>astroid</libraryname>
<author>JoomDev</author>
<creationDate>Aug 2020</creationDate>
<version>2.4.0</version>
<version>2.4.1</version>
<url>https://www.astroidframework.com</url>
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down
4 changes: 2 additions & 2 deletions astroid/astroid-framework/framework/helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
jimport('joomla.filesystem.folder');
jimport('joomla.filesystem.element');

use Leafo\ScssPhp\Compiler;
use ScssPhp\ScssPhp\Compiler;

\JModelLegacy::addIncludePath(JPATH_ADMINISTRATOR . '/components/com_cache/models', 'CacheModel');

Expand Down Expand Up @@ -162,7 +162,7 @@ public static function compileSass($sass_path, $css_path, $sass, $css, $variable
require_once JPATH_LIBRARIES . '/' . 'astroid' . '/' . 'framework' . '/' . 'library' . '/' . 'scssphp' . '/' . 'scss.inc.php';
$scss = new Compiler();
$scss->setImportPaths($sass_path);
$scss->setFormatter('Leafo\ScssPhp\Formatter\Compressed');
$scss->setFormatter('ScssPhp\ScssPhp\Formatter\Compressed');
if (!empty($variables)) {
$scss->setVariables($variables);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Constants
{
public static $astroid_version = '2.4.0';
public static $astroid_version = '2.4.1';
public static $fontawesome_version = '5.12.1';
public static $animatecss_version = '3.7.0';
public static $forum_link = 'https://www.joomdev.com/forum/astroid-framework';
Expand Down
2 changes: 1 addition & 1 deletion pkg_astroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<packagerurl>https://www.astroidframework.com</packagerurl>
<author>JoomDev</author>
<creationDate>Aug 2020</creationDate>
<version>2.4.0</version>
<version>2.4.1</version>
<url>https://www.joomdev.com</url>
<copyright>Copyright (C) 2020 Joomdev, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
Expand Down

0 comments on commit 8629077

Please sign in to comment.