Skip to content

Commit

Permalink
fix pipeline compilers import
Browse files Browse the repository at this point in the history
  • Loading branch information
mrniket committed Jul 16, 2018
1 parent ef00764 commit 238101e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion portal/autoconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'django_otp.plugins.otp_totp',
],
'PIPELINE_COMPILERS': (
'portal.pipeline_compilers.libsass_compiler.LibSassCompiler',
'portal.pipeline_compilers.LibSassCompiler',
),
'PIPELINE_CSS': {
'css': {
Expand Down
1 change: 1 addition & 0 deletions portal/pipeline_compilers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from libsass_compiler import LibSassCompiler

0 comments on commit 238101e

Please sign in to comment.