You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is wrong- it was just the "quick and dirty" fix for the encountered issue where "vendor" is a reserved folder name: #166 (comment)
As suggested by @mnordhaus in #165 (comment) we should look into a better way to integrate the dependency, following bootstrap advice.
The idea would be to use package.json for the vendoring.
A requirement is that the theme should still be usable "batteries included" as a git submodule (https://github.com/zetxek/adritian-git-submodule-demo can be used as a demo/test environment).
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently the bootstrap files are modified by hand to integrate into the theme, by renaming the "vendor" folder:
adritian-free-hugo-theme/assets/scss/bootstrap/_mixins.scss
Line 6 in 64928b6
This is wrong- it was just the "quick and dirty" fix for the encountered issue where "vendor" is a reserved folder name: #166 (comment)
As suggested by @mnordhaus in #165 (comment) we should look into a better way to integrate the dependency, following bootstrap advice.
The idea would be to use package.json for the vendoring.
A requirement is that the theme should still be usable "batteries included" as a git submodule (https://github.com/zetxek/adritian-git-submodule-demo can be used as a demo/test environment).
The text was updated successfully, but these errors were encountered: