updated paths

This commit is contained in:
Sahat Yalkabov
2013-11-14 00:36:54 -05:00
parent a6ab977396
commit 972f9faba9

View File

@ -4,16 +4,16 @@ html(ng-app="myApp")
meta(charset='utf8') meta(charset='utf8')
base(href='/') base(href='/')
title Angular Express Bootstrap Seed App title Angular Express Bootstrap Seed App
link(rel='stylesheet', href='/bootstrap/css/bootstrap.min.css') link(rel='stylesheet', href='/vendor/todc-bootstrap-main/dist/css/bootstrap.min.css')
link(rel='stylesheet', href='/bootstrap/css/todc-bootstrap.min.css') link(rel='stylesheet', href='/vendor/todc-bootstrap-main/dist/css/todc-bootstrap.min.css')
link(rel='stylesheet', href='/css/app.css') link(rel='stylesheet', href='/css/app.css')
body body
block body block body
script(src='//ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular.js') script(src='/vendor/angular/angular.js')
script(src='//ajax.googleapis.com/ajax/libs/angularjs/1.2.0/angular-route.js') script(src='/vendor/angular-route/angular-route.js')
script(src='js/app.js') script(src='/js/app.js')
script(src='js/services.js') script(src='/js/services.js')
script(src='js/controllers.js') script(src='/js/controllers.js')
script(src='js/filters.js') script(src='/js/filters.js')
script(src='js/directives.js') script(src='/js/directives.js')