Skip to content

Commit 1d74410

Browse files
authored
Merge pull request #78 from rackerlabs/remove-bs-theme
remove(bs.helix): move bootstrap theme to CDN
2 parents 0b0fe21 + 80b232a commit 1d74410

File tree

2 files changed

+0
-988
lines changed

2 files changed

+0
-988
lines changed

_config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ CONFIG.less = {
3939
files: [
4040
`${CONFIG.sourceDir}/helix-ui.less`,
4141
`${CONFIG.sourceDir}/docs.less`,
42-
`${CONFIG.sourceDir}/bootstrap.helix.less`,
4342
],
4443
};
4544

@@ -83,7 +82,6 @@ CONFIG.copy = {
8382
// Configuration to publish assets to Cloud Files
8483
// Local-to-Remote path mapping
8584
const _cdnFiles = {};
86-
_cdnFiles[`${CONFIG.publicDir}/bootstrap.helix.css`] = 'css/bootstrap.helix.css';
8785
_cdnFiles[`${CONFIG.publicDir}/helix-ui.css`] = 'css/helix-ui.css';
8886
_cdnFiles[`${CONFIG.publicDir}/helix-ui.js`] = 'javascript/helix-ui.js';
8987
CONFIG.cdn = {

0 commit comments

Comments
 (0)