Skip to content

Commit

Permalink
Remove build_sass
Browse files Browse the repository at this point in the history
  • Loading branch information
podliashanyk committed Mar 8, 2024
1 parent b55b799 commit 05377ce
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
from setuptools.command.build import build


# Ensure CSS files are built every time build is invoked
# build.sub_commands = [('build_sass', None)] + build.sub_commands


setup(
setup_requires=['libsass', 'setuptools_scm'],
sass_manifests={
'nav.web': {
'sass_path': 'sass',
'css_path': 'static/css',
'strip_extension': True,
},
},
setup_requires=['setuptools_scm'],
)

0 comments on commit 05377ce

Please sign in to comment.