This commit is contained in:
Alex Wolfe 2015-03-04 10:03:49 -08:00
parent b959101963
commit 681bb0c067
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,6 @@
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular.js")
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-animate.js")
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.js")
<!-- Angular Material Javascript using RawGit to load directly from `bower-material/master` -->
script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
<!-- VENDORS -->

View File

@ -2,8 +2,10 @@ language = current.path[1]
title = "JavaScript "
filter = /(\.html$)/
replace = /(\.html$)|(^index\.html$)/
version = ''
<!-- Replace _ undscores with . dots -->
if current.path[2]
version = current.path[2].replace(/\_+/gm, ".")