interactive-pioneers / generator-pioneerapp

Yeoman generator to scaffold front-end web app.
GNU General Public License v3.0
3 stars 0 forks source link

Relative path bug #39

Closed davleh closed 7 years ago

davleh commented 7 years ago

Steps to reproduce:

  1. Run generator with options: sass+assemble, including jquery, with tdd
  2. Run grunt serve AND/OR
  3. Run grunt build after fixing linter errors (see #38)

=> assets can not be found => folders de_DE, en_EN are generated into app folder instead of dist => buggy path generation /..scripts/ and /..styles

Expected: scripts, styles folders should be in dist (same with de_DE, en_EN?)

ain commented 7 years ago

Confirmed. It's an issue and it's what is commented. assets path is mismanaged as by task tag.