Saturday, 15 August 2015

HTML5 Boilerplate with DOJO and not jQuery -



HTML5 Boilerplate with DOJO and not jQuery -

html5 boilerplate seems great way start new project. noticed includes jquery library default. not see jquery required, , planning utilize dojo, create utilize of html5 boilerplate files. jquery required in anyways utilize html5 boilerplate template?

no, jquery isn't require. after all, html5 boilerplate said, boilerplate/template , can altered.

if don't need jquery can remove removing these 2 lines:

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script>window.jquery || document.write('<script src="js/vendor/jquery-1.11.1.min.js"><\/script>')</script>

none of other scripts (modernizr, main.js, plugins.js or google analytics script) requires jquery run, that's not problem.

html5 dojo html5boilerplate boilerplate

No comments:

Post a Comment