Oran Dennison
Oran Dennison
> I can fix it by disabling the bluetoith, rebooting the device then once it's started, enabling the device I tried that but it didn't work for me. Both built-in...
This is simple enough to do with the following change to rev.js: ``` var hash = md5(f, options.algorithm, 'hex'), postfix = hash.slice(0, options.length), ext = path.extname(f), renamed = [path.basename(f, ext),...
I agree, better sooner than later. I assume it would be best for this to go in @sleeper's grunt-usemin v2.0 branch if that's imminent. If not, I'd be glad to...
Same here. This is in fact the #1 reason I'm interested in this plugin. I assumed that was the primary job it would do. The Note Refactor plugin also doesn't...
This new naming scheme was designed to work together with usemin 2.0 which hasn't been released yet. Merging it now will break compatibility with usemin 1.x which is the currently...
This issue comes from wkhtmltopdf's implementation (I think) and was fixed in January in 0.12.3. I assume this is just a matter of updating Pechkin to that release or later....
This issue comes from wkhtmltopdf's implementation and was fixed in January in 0.12.3. I assume this is just a matter of updating TuesPechkin to that release or later. https://github.com/wkhtmltopdf/wkhtmltopdf/issues/1981
It's working for me in Visual Studio 2012 RTM. However, see my ginormous comment for details: https://github.com/jrburke/requirejs-intellisense/commit/c214216e5eece2114f42c513e46f604d33699184 I should note though that it's currently only working for me inside of...
Actually, I take that back, define() is sort of working correctly in the following code: ``` javascript define("foo", ["jquery"], function($) { $. // this works return { myProp: "prop" };...
@gudmundurh Documentation for the intellisense object can be found [here](http://msdn.microsoft.com/en-us/library/hh874692%28v=vs.110%29.aspx).