mirror of
https://github.com/microsoft/TypeScript-Node-Starter.git
synced 2025-11-08 20:27:37 +00:00
initial commit
This commit is contained in:
5
copyStaticAssets.js
Normal file
5
copyStaticAssets.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var shell = require('shelljs');
|
||||
|
||||
shell.cp('-R', 'src/public/js/lib', 'dist/public/js/lib');
|
||||
shell.cp('-R', 'src/public/fonts', 'dist/public/fonts');
|
||||
shell.cp('-R', 'src/public/images', 'dist/public/images');
|
||||
Reference in New Issue
Block a user