mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-23 00:06:17 -04:00
CSS now packaged with webpack instead of Grunt
This commit is contained in:
parent
fce13130cd
commit
df15826912
9 changed files with 137 additions and 7318 deletions
|
@ -4,14 +4,10 @@
|
|||
* @license Apache-2.0
|
||||
*/
|
||||
|
||||
require("bootstrap");
|
||||
require("bootstrap-colorpicker");
|
||||
require("bootstrap-switch");
|
||||
var CanvasComponents = require("../../lib/canvascomponents.js");
|
||||
|
||||
var HTMLApp = require("./HTMLApp.js"),
|
||||
Categories = require("../../config/Categories.js"),
|
||||
OperationConfig = require("../../config/OperationConfig.js");
|
||||
OperationConfig = require("../../config/OperationConfig.js"),
|
||||
CanvasComponents = require("../../lib/canvascomponents.js");;
|
||||
|
||||
/**
|
||||
* Main function used to build the CyberChef web app.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue