This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 339
Relative paths and useminPrepare #297
Comments
buddhike
added a commit
to buddhike/grunt-usemin
that referenced
this issue
Feb 14, 2014
buddhike
added a commit
to buddhike/grunt-usemin
that referenced
this issue
Feb 14, 2014
This works nicely and should be merged asap! |
buddhike
added a commit
to buddhike/grunt-usemin
that referenced
this issue
Jun 23, 2014
Why is it still not merged? |
buddhike
added a commit
to buddhike/grunt-usemin
that referenced
this issue
Jul 26, 2014
+1 |
I reopen the issue but as stated by @sindresorhus the PR was closed due to lack of response. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In my root directory I have
My config is:
'useminPrepare': { 'html': 'foo/index.html'}
index.html has this block
Path generated by useminPrepare for concat is wrong.
expected path:
actual path:
I created this unit test. Can someone please confirm if this is a bug?
buddhike@e836c9c
We can workaround the issue using
staging
option. However, it will not work for us because in our real scenario, html path is not pointing to just one file. we would like to use something like this:'useminPrepare': { 'html': 'foo/**/index.html'}
The text was updated successfully, but these errors were encountered: