Skip to content

Commit

Permalink
LibSass -> Dart Sass (#1757)
Browse files Browse the repository at this point in the history
* LibSass -> Dart Sass
- node-sass -> sass
- remove webpack-loader
Issue: #1748 
* mock bootstrap scss
  • Loading branch information
seiyab committed Jul 26, 2022
1 parent c3e6cea commit 737fc77
Show file tree
Hide file tree
Showing 6 changed files with 26,257 additions and 5,273 deletions.
3 changes: 2 additions & 1 deletion digdag-ui/console.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import './style.less'
import '@babel/polyfill'
import 'whatwg-fetch'

import 'bootstrap/dist/js/bootstrap'
import 'bootstrap'
import 'bootstrap/scss/bootstrap.scss'

import _ from 'lodash'

Expand Down
1 change: 0 additions & 1 deletion digdag-ui/lib/html-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export default function htmlTemplate ({ htmlWebpackPlugin }) {
<body>
<div id='app'></div>
<script src='${configPath}/config.js' type='text/javascript'></script>
<script src='${files.chunks.bootstrap.entry}'></script>
<script src='${files.chunks.app.entry}'></script>
${[...files.css].map((css) => `
<link href='${css}' rel='stylesheet'>
Expand Down
Loading

0 comments on commit 737fc77

Please sign in to comment.