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

Warning: u is not defined #8

Closed
bmajewski opened this issue Jun 20, 2013 · 1 comment
Closed

Warning: u is not defined #8

bmajewski opened this issue Jun 20, 2013 · 1 comment

Comments

@bmajewski
Copy link

Using Grunt 0.4.1, and the following settings:

the exception below is thrown.

Warning: u is not defined Use --force to continue.
ReferenceError: u is not defined
    at module.exports.path.relative.split.forEach.resolvedPath (/Users/mars/Dropbox/interactive-suite/node_modules/grunt-data-uri/tasks/data-uri.js:99:27)
    at Array.forEach (native)
    at /Users/mars/Dropbox/interactive-suite/node_modules/grunt-data-uri/tasks/data-uri.js:78:12
    at Array.forEach (native)
    at Object.<anonymous> (/Users/mars/Dropbox/interactive-suite/node_modules/grunt-data-uri/tasks/data-uri.js:42:14)
    at Object.task.registerMultiTask.thisTask (/Users/mars/Dropbox/interactive-suite/node_modules/grunt/lib/grunt/task.js:258:15)
    at Object.task.registerTask.thisTask.fn (/Users/mars/Dropbox/interactive-suite/node_modules/grunt/lib/grunt/task.js:78:16)
    at Object.Task.start._running (/Users/mars/Dropbox/interactive-suite/node_modules/grunt/lib/util/task.js:282:30)
    at Task.runTaskFn (/Users/mars/Dropbox/interactive-suite/node_modules/grunt/lib/util/task.js:235:24)
    at Task.<anonymous> (/Users/mars/Dropbox/interactive-suite/node_modules/grunt/lib/util/task.js:281:12)
zakj added a commit to zakj/grunt-data-uri that referenced this issue Jun 26, 2013
Looks like this was just a refactoring bug; fixes ahomu#8.
@ahomu
Copy link
Owner

ahomu commented Sep 10, 2014

fixed #11

@ahomu ahomu closed this as completed Sep 10, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants