|
|
|
@ -9,8 +9,8 @@ var cssFiles = { |
|
|
|
|
'lib.css': fs.readFileSync(path.join(__dirname, '/app/css/lib.css'), 'utf8'), |
|
|
|
|
'index.css': fs.readFileSync(path.join(__dirname, '/app/css/index.css'), 'utf8'), |
|
|
|
|
'transitions.css': fs.readFileSync(path.join(__dirname, '/app/css/transitions.css'), 'utf8'), |
|
|
|
|
'react-tooltip-component.css': fs.readFileSync(path.join(__dirname, '..', '..', 'node_modules', 'react-tooltip-component', 'dist', 'react-tooltip-component.css'), 'utf8'), |
|
|
|
|
'react-css': fs.readFileSync(path.join(__dirname, '..', '..', 'node_modules', 'react-select', 'dist', 'react-select.css'), 'utf8'), |
|
|
|
|
'react-tooltip-component.css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-tooltip-component', 'dist', 'react-tooltip-component.css'), 'utf8'), |
|
|
|
|
'react-css': fs.readFileSync(path.join(__dirname, '..', 'node_modules', 'react-select', 'dist', 'react-select.css'), 'utf8'), |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function bundleCss () { |
|
|
|
|