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 5, 2024
1 parent b36216e commit b467688
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 @@ -10,18 +10,7 @@ def find_scripts():
yield candidate


# 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'],
setup_requires=['setuptools_scm'],
scripts=list(find_scripts()),
sass_manifests={
'nav.web': {
'sass_path': 'sass',
'css_path': 'static/css',
'strip_extension': True,
},
},
)

0 comments on commit b467688

Please sign in to comment.