Skip to content

Commit 690c4e5

Browse files
committed
add css styles to deployment
1 parent 493e7db commit 690c4e5

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

docs/config/services/deployments/debug.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ module.exports = function debugDeployment(getComponentPath) {
3030
getComponentPath('angular-material', 'themes/grey-theme.css'),
3131
getComponentPath('angular-material', 'themes/red-theme.css'),
3232
'css/prettify-theme.css',
33-
'css/docs.css',
3433
'css/animations.css',
3534
'font-awesome/css/font-awesome.css',
36-
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
35+
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700',
36+
'css/angular_io.css'
3737
]
3838
};
3939
};

docs/config/services/deployments/default.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = function defaultDeployment(getComponentPath) {
3333
'css/docs.css',
3434
'css/animations.css',
3535
'font-awesome/css/font-awesome.css',
36-
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
36+
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700',
37+
'css/angular_io.css'
3738
]
3839
};
3940
};

docs/config/services/deployments/jquery.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ module.exports = function jqueryDeployment(getComponentPath) {
3737
'css/docs.css',
3838
'css/animations.css',
3939
'font-awesome/css/font-awesome.css',
40-
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
40+
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700',
41+
'css/angular_io.css'
4142
]
4243
};
4344
};

docs/config/services/deployments/production.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ module.exports = function productionDeployment(getVersion) {
3333
'css/prettify-theme.css',
3434
'css/docs.css',
3535
'css/animations.css',
36-
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700'
36+
'//fonts.googleapis.com/css?family=Roboto:400,400italic,500,700',
37+
'css/angular_io.css'
3738
]
3839
};
3940
};

0 commit comments

Comments
 (0)