mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
Github Action: Auto Minified JS files
This commit is contained in:
parent
898c096a0f
commit
f7edbe8408
1
js/min/copyAndMove.min.js
vendored
Normal file
1
js/min/copyAndMove.min.js
vendored
Normal file
@ -0,0 +1 @@
|
||||
const fs=require("fs");var AX={copy:function(a,b){fs.writeFileSync(b,fs.readFileSync(a),function(a){if(a)throw a;console.log("Successfully copied file!")})},move:function(a,b){fs.rename(a,b,function(a){if(a)throw a;console.log("Successfully moved - AKA renamed!")})}};
|
||||
Loading…
x
Reference in New Issue
Block a user