diff options
author | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 03:29:26 +0800 |
---|---|---|
committer | sdtsui <szehungdanieltsui@gmail.com> | 2017-08-07 03:29:26 +0800 |
commit | bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402 (patch) | |
tree | 9cf0f5c1e3e43e6ab7f8235752668d6e8ad1a3df /ui/css.js | |
parent | 3f222854e439e0cf94242e32e54d9c36126d94d5 (diff) | |
download | tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar.gz tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar.bz2 tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar.lz tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar.xz tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.tar.zst tangerine-wallet-browser-bc73cbdbfeee2723415d68c69bd8cd3b5e4a7402.zip |
Cleanup css and gulpfile post-migration
Diffstat (limited to 'ui/css.js')
-rw-r--r-- | ui/css.js | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -4,11 +4,7 @@ const path = require('path') module.exports = bundleCss var cssFiles = { - // 'fonts.css': fs.readFileSync(path.join(__dirname, '/app/css/fonts.css'), 'utf8'), - // 'reset.css': fs.readFileSync(path.join(__dirname, '/app/css/reset.css'), 'utf8'), - // 'lib.css': fs.readFileSync(path.join(__dirname, '/app/css/lib.css'), 'utf8'), 'index.css': fs.readFileSync(path.join(__dirname, '/app/css/output/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'), } |