mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Changed bootstrap-sass back to bootstrap (with less). Theme now loads before the preloader is shown.
This commit is contained in:
@@ -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" }
|
||||
]
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user