Skip to content

Commit

Permalink
Merge pull request #95 from Ontotext-AD/GDB-3909-ontorefine-missing-s…
Browse files Browse the repository at this point in the history
…tyles-fix

Fix missing styles for ontorefine in GDB
  • Loading branch information
desislava-hristova-ontotext authored Sep 25, 2019
2 parents 33feba9 + 41327b1 commit 5e0aea3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions webpack.config.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ module.exports = {
from: 'src/js/lib/bootstrap-switch/3.2.2/bootstrap-switch.min.css',
to: 'js/lib/bootstrap-switch/3.2.2/bootstrap-switch.min.css'
},
{
from: 'src/js/lib/bootstrap/bootstrap.min.css',
to: 'js/lib/bootstrap/bootstrap.min.css'
},
{
from: 'src/font/font-awesome',
to: 'font/font-awesome'
},
{
from: 'src/js/lib/nvd3/nv.d3.css',
to: 'js/lib/nvd3/nv.d3.css'
Expand Down

0 comments on commit 5e0aea3

Please sign in to comment.