mirror of https://github.com/abpframework/abp.git
4 changed files with 23 additions and 5 deletions
@ -0,0 +1,10 @@ |
|||||
|
module.exports = { |
||||
|
imports: [ |
||||
|
"../core/abp.resourcemapping.js" |
||||
|
], |
||||
|
mappings: { |
||||
|
//Font-Awesome
|
||||
|
"@node_modules/font-awesome/css/font-awesome.css": "@libs/font-awesome/css/", |
||||
|
"@node_modules/font-awesome/fonts/*.*": "@libs/font-awesome/fonts/" |
||||
|
} |
||||
|
} |
||||
@ -0,0 +1,11 @@ |
|||||
|
{ |
||||
|
"version": "0.2.3", |
||||
|
"name": "@abp/font-awesome", |
||||
|
"publishConfig": { |
||||
|
"access": "public" |
||||
|
}, |
||||
|
"dependencies": { |
||||
|
"@abp/core": "^0.2.3", |
||||
|
"font-awesome": "^4.7.0" |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue