HeadJS 1.0.3

dotnet add package HeadJS --version 1.0.3
NuGet\Install-Package HeadJS -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="HeadJS" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add HeadJS --version 1.0.3
#r "nuget: HeadJS, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install HeadJS as a Cake Addin
#addin nuget:?package=HeadJS&version=1.0.3

// Install HeadJS as a Cake Tool
#tool nuget:?package=HeadJS&version=1.0.3

At under 5K minified & gzipped HeadJS provides you with:

* Asset Loader: Load scripts and stylesheets when you need them.
head.load("file1.js" , "file2.js" , function() { done(); })
head.load("file1.css", "file2.css", function() { done(); })

* JavaScript Organizer: Defer execution to the bottom of page.
head.ready(function() { imReady(); })

* Responsive Design: Detect and react to resolutions with simple css classes or js tests that work without media query support.
.landscape,  .lt-800, .gt-1680, if (head.mobile) { }

* Browser Detection: Detect browsers & their version, and apply css or js logic to them.
.gt-ie6, .lt-ie10, if (head.browser.ios) { }

* Feature Detection: Detect browser features like cssreflections, touch-enabled
.no-touch if (!head.touch) { }

* CSS Moderniser: Detect css support like box-shadow, border-radius
.no-borderradius, if (!head.borderradius) { }

* CSS Router: Detect which page and section someone is on and target it with specific css.
.index-page, .register-page, .root-section, .user-section,

* HTML5 Shim: Need to support the new HTML5 tags in older browsers ? No problem !

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on HeadJS:

Package Downloads
Web.Require

Web.Require is client dependency framework for ASP.NET MVC

Brandy.Web.Require

Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.3 26,345 11/22/2013
1.0.2 2,902 11/13/2013
1.0.1 2,877 11/5/2013
1.0.0 3,100 11/4/2013
0.99.0 12,119 11/15/2012
0.98.0 3,282 11/12/2012