We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b0fe21 + 80b232a commit 1d74410Copy full SHA for 1d74410
_config.js
@@ -39,7 +39,6 @@ CONFIG.less = {
39
files: [
40
`${CONFIG.sourceDir}/helix-ui.less`,
41
`${CONFIG.sourceDir}/docs.less`,
42
- `${CONFIG.sourceDir}/bootstrap.helix.less`,
43
],
44
};
45
@@ -83,7 +82,6 @@ CONFIG.copy = {
83
82
// Configuration to publish assets to Cloud Files
84
// Local-to-Remote path mapping
85
const _cdnFiles = {};
86
-_cdnFiles[`${CONFIG.publicDir}/bootstrap.helix.css`] = 'css/bootstrap.helix.css';
87
_cdnFiles[`${CONFIG.publicDir}/helix-ui.css`] = 'css/helix-ui.css';
88
_cdnFiles[`${CONFIG.publicDir}/helix-ui.js`] = 'javascript/helix-ui.js';
89
CONFIG.cdn = {
0 commit comments