mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Changed bootstrap-sass back to bootstrap (with less). Theme now loads before the preloader is shown.
This commit is contained in:
parent
280f1ee2df
commit
823b276ef5
7 changed files with 69 additions and 64 deletions
|
@ -186,11 +186,11 @@ module.exports = function (grunt) {
|
|||
})
|
||||
},
|
||||
{
|
||||
test: /\.scss$/,
|
||||
test: /\.less$/,
|
||||
loader: ExtractTextPlugin.extract({
|
||||
use: [
|
||||
{ loader: "css-loader?minimize" },
|
||||
{ loader: "sass-loader" }
|
||||
{ loader: "less-loader" }
|
||||
]
|
||||
})
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue