mirror of https://github.com/abpframework/abp.git
2 changed files with 0 additions and 17 deletions
@ -1,9 +0,0 @@ |
|||||
"use strict"; |
|
||||
|
|
||||
var gulp = require("gulp"), |
|
||||
path = require('path'), |
|
||||
copyResources = require('./node_modules/@abp/aspnetcore.mvc.ui/gulp/copy-resources.js'); |
|
||||
|
|
||||
exports.default = function(){ |
|
||||
return copyResources(path.resolve('./')); |
|
||||
}; |
|
||||
@ -1,8 +0,0 @@ |
|||||
{ |
|
||||
"version": "1.0.0", |
|
||||
"name": "my-app", |
|
||||
"private": true, |
|
||||
"dependencies": { |
|
||||
"@abp/aspnetcore.mvc.ui.theme.basic": "^4.2.0" |
|
||||
} |
|
||||
} |
|
||||
Loading…
Reference in new issue