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.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-animate.js")
script(src="https://ajax.googleapis.com/ajax/libs/angularjs/1.3.6/angular-aria.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") script(src="https://rawgit.com/angular/bower-material/master/angular-material.js")
<!-- VENDORS --> <!-- VENDORS -->

View File

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