Skip to content

Commit 3ffa84a

Browse files
committed
deploying with updated compiled assets & fixed paths resolution with nghtml2js
1 parent e957462 commit 3ffa84a

File tree

8 files changed

+11
-41
lines changed

8 files changed

+11
-41
lines changed

angular/app/pages/footer/footer.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "../../material/project";
1+
@import "./angular/material/project";
22

33
.Footer{
44
text-align: center;

angular/app/pages/header/header.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "../../material/project";
1+
@import "./angular/material/project";
22

33
.DemoHeader {
44
height: 64px;

angular/app/pages/landing/landing.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "../../material/project";
1+
@import "./angular/material/project";
22

33
body{
44
font-family: 'Lato';

angular/routes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
angular.module('app.routes').config(function($stateProvider, $urlRouterProvider){
55

66
var getView = function(viewName){
7-
return './views/app/' + viewName + '/' + viewName + '.html';
7+
return './views/app/pages/' + viewName + '/' + viewName + '.html';
88
};
99

1010
$urlRouterProvider.otherwise('/');

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)