Änderungen admin
This commit is contained in:
11
test/node_modules/startbootstrap-sb-admin/scripts/render-assets.js
generated
vendored
Normal file
11
test/node_modules/startbootstrap-sb-admin/scripts/render-assets.js
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
const fs = require('fs');
|
||||
const upath = require('upath');
|
||||
const sh = require('shelljs');
|
||||
|
||||
module.exports = function renderAssets() {
|
||||
const sourcePath = upath.resolve(upath.dirname(__filename), '../src/assets');
|
||||
const destPath = upath.resolve(upath.dirname(__filename), '../dist/.');
|
||||
|
||||
sh.cp('-R', sourcePath, destPath)
|
||||
};
|
Reference in New Issue
Block a user