Skip to content
GitLab
    • Explore Projects Groups Snippets
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Merge requests
  • !6514

Update html5shim/shiv to 3.6.1, use a CDN

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/semenko/2.3.0-wip into 2.3.0-wip 12 years ago
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 25

Created by: semenko

This commit:

  • Switches html5shiv to a CloudFlare cdnjs (from Google Code, which sets a sad Cache-Control max-age of 3 minutes)
  • Makes html5shiv protocol-relative (not sure where Issue #1706 (closed) went)
  • Updates html5shiv from vpre3.6 to 3.6.1 which fixes a few minor bugs

New html5shiv home: https://github.com/aFarkas/html5shiv

Signed-off-by: Nick Semenkovich semenko@alum.mit.edu

Compare
  • 2.3.0-wip (base)

and
  • latest version
    2b802d65
    1 commit, 2 years ago

25 files
+ 25
- 25

    Preferences

    File browser
    Compare changes
do‎cs‎
build/node_modu‎les/hogan.js/web‎
index.htm‎l.mustache‎ +1 -1
exam‎ples‎
carous‎el.html‎ +1 -1
fluid‎.html‎ +1 -1
hero‎.html‎ +1 -1
justified‎-nav.html‎ +1 -1
marketing-‎narrow.html‎ +1 -1
signi‎n.html‎ +1 -1
starter-te‎mplate.html‎ +1 -1
sticky-fo‎oter.html‎ +1 -1
temp‎lates‎
layout.‎mustache‎ +1 -1
base-c‎ss.html‎ +1 -1
compone‎nts.html‎ +1 -1
customi‎ze.html‎ +1 -1
exten‎d.html‎ +1 -1
getting-st‎arted.html‎ +1 -1
index‎.html‎ +1 -1
javascr‎ipt.html‎ +1 -1
scaffold‎ing.html‎ +1 -1
less/‎tests‎
button‎s.html‎ +1 -1
css-tes‎ts.html‎ +1 -1
forms-resp‎onsive.html‎ +1 -1
forms‎.html‎ +1 -1
navbar-fix‎ed-top.html‎ +1 -1
navbar-stat‎ic-top.html‎ +1 -1
navba‎r.html‎ +1 -1
docs/build/node_modules/hogan.js/web/index.html.mustache
+ 1
- 1
  • View file @ 2b802d65


@@ -12,7 +12,7 @@
<meta name="description" content="">
<meta name="author" content="">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]-->
<!-- Mobile Specific Metas
docs/examples/carousel.html
+ 1
- 1
  • View file @ 2b802d65


@@ -254,7 +254,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
docs/examples/fluid.html
+ 1
- 1
  • View file @ 2b802d65


@@ -22,7 +22,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
docs/examples/hero.html
+ 1
- 1
  • View file @ 2b802d65


@@ -19,7 +19,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
docs/examples/justified-nav.html
+ 1
- 1
  • View file @ 2b802d65


@@ -84,7 +84,7 @@
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
0 Assignees
None
Assign to
0 Reviewers
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
Lock merge request
Unlocked
1
1 participant
Administrator
Reference:
Source branch: github/fork/semenko/2.3.0-wip

Menu

Explore Projects Groups Snippets