Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative path bug #39

Closed
davleh opened this issue Feb 15, 2017 · 1 comment
Closed

Relative path bug #39

davleh opened this issue Feb 15, 2017 · 1 comment
Assignees
Labels

Comments

@davleh
Copy link

davleh commented Feb 15, 2017

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 Fix linting errors #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?)

@davleh davleh added the bug label Feb 15, 2017
@ain
Copy link
Contributor

ain commented Feb 15, 2017

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

ain added a commit that referenced this issue Apr 28, 2017
ain added a commit that referenced this issue Apr 28, 2017
ain added a commit that referenced this issue May 2, 2017
@ain ain closed this as completed in 223185a May 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants