File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 123123 var hashCatRunner = require ( "./build/util/hashcat_runner.js" ) ;
124124 hashCatRunner . go ( {
125125 indexFile : paths . buildClientIndexHtml
126- } , removeHashCatIntermediateFiles , fail ) ;
126+ } , hashCat404Page , fail ) ;
127+
128+ function hashCat404Page ( ) {
129+ hashCatRunner . go ( {
130+ indexFile : paths . buildClient404Html
131+ } , removeHashCatIntermediateFiles , fail ) ;
132+ }
127133
128134
129135 function removeHashCatIntermediateFiles ( ) {
Original file line number Diff line number Diff line change 1111 exports . buildDir = "generated/build" ;
1212 exports . buildClientDir = "generated/build/client" ;
1313 exports . buildClientIndexHtml = "generated/build/client/index.html" ;
14+ exports . buildClient404Html = "generated/build/client/404.html" ;
1415 exports . buildIntermediateFilesToErase = [
1516 "./generated/build/client/app.min.js" ,
1617 "./generated/build/client/bundle.js" ,
You can’t perform that action at this time.
0 commit comments