WebDevStudios / wd_f

GNU General Public License v2.0
11 stars 1 forks source link

Initial build fails - missing /src/scss/templates/index.scss #27

Closed gratrockstar closed 1 year ago

gratrockstar commented 1 year ago

Running npm build after installing dependencies fails looking for /src/scss/templates/index.scss, as this folder and file doesn't exist but is imported in src/scss/index.scss. Either a placeholder should be added, or the @import should be removed from /src/scss/index.scss.

gratrockstar commented 1 year ago

Duplicate of #25, closing