Michael Aird
Michael Aird
It would be nice to request that a bundle script tag be written with the "async" or "defer" attributes: http://www.growingwiththeweb.com/2014/02/async-vs-defer-attributes.html. These are pretty widely supported now and contribute to faster...
We're running into an issue with the MSBuild task. It seems like assets are ordered differently on different machines resulting in different hashes. This messes with our deployment package since...
FYI: It looks like the latest preview build of VS 2017 breaks Script# compilation due to mscorlib conflict resolution. I've logged a bug here: https://developercommunity.visualstudio.com/content/problem/138986/1550-preview-2-breaks-scriptsharp-compilation.html . Please add comments and...
I came across an issue today with methods on IDeferred that were deprecated in jQuery 1.7 and removed in jQuery 1.8: - IsResolved - IsRejected - Pipe (deprecated but not...
If you fail to specify the generic type for the creation of an observable, the build fails with no error. Here's a sample class ``` public class SampleCode { Observable...
I've pushed a new project to my branch for jQuery.Globalize (https://github.com/jquery/globalize). It's pretty simple but I'd appreciate a bit of feedback before I put in a pull request. Here's the...
I have classes with the same name but in different folders/namespaces. The new compiler doesn't seem to like it: The type 'BigBrainScript.Registration.ViewModels.SessionOptionViewModel' conflicts with with 'BigBrainScript.CampBuilder.ViewModels.SessionOptionViewModel' as they have the...
For some reason, in Javascript when you compare 2 date objects with == (or ===), it compares object references instead of values. (http://stackoverflow.com/questions/8245494/javascript-datetime-compare?lq=1). Obviously, this is not the expected behaviour...
Typescript 3.4 introduces emitting .tsbuildinfo files that are used for --incremental builds outside of --watch: https://devblogs.microsoft.com/typescript/announcing-typescript-3-4-rc/ gulp-typescript should emit the appropriate .tsbuildinfo files.
This is a first step in supporting incremental builds