-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When I run the bitballoon task, I get this message occasionally
Fatal error: Request path contains unescaped characters
This is my Gruntfile.js task definition.
bitballoon: {
options: {
token: '<%= bb.token %>'
},
dev: {
site: 'http://example.bitballoon.com',
src: 'dist/',
}
}Running grunt bitballoon --verbose doesn't show anything relevant to fixing this error. After a few days of code changes however, running bitballoon automagically starts to work again.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels