Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfields committed Jan 9, 2024
1 parent 5180f9e commit 20633ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Empty file removed TODO
Empty file.
5 changes: 0 additions & 5 deletions content/020_User manual/040_Design and layout/020_Assets
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,3 @@ HTML, CSS and Javascript may be minified by setting any of the following to opti
* minify_css=True
* minify_javascript=True


## SASS

Any `.sass` file in the `templates/<template name>/assets` directory will be automatically compiled to `.css`.

3 changes: 2 additions & 1 deletion shortcodes.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from os.path import isfile
from pagegen.utility import appropriate_markup, DIRDEFAULTFILE, write_file
from pagegen.utility import appropriate_markup, write_file
from pagegen.constants import DIRDEFAULTFILE
from urllib.parse import urlparse
from shutil import copyfile

Expand Down

0 comments on commit 20633ac

Please sign in to comment.