Skip to content

Commit e864b2d

Browse files
committed
Remove last references to node_modules/@MetaCell
1 parent c754a3c commit e864b2d

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

webapp/geppetto.ejs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919

2020
<!-- CSS -->
2121
<link rel="stylesheet" href="geppetto/build/static/css/font-awesome.min.css"/>
22-
<link rel="stylesheet" href="<%= cssPaths%>geppetto/node_modules/@metacell/geppetto-meta-client/style/css/codemirror.css"/>
23-
<link rel="stylesheet" href="<%= cssPaths%>geppetto/node_modules/@metacell/geppetto-meta-client/style/css/lesser-dark.css"/>
2422
<link rel="stylesheet" href="geppetto/build/static/css/gpt-icons.css"/>
2523

2624
<% if(htmlWebpackPlugin.options.GEPPETTO_CONFIGURATION.properties.icon.indexOf("http") !== -1){ %>

webapp/webpack.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ const availableExtensions = [
3737
{
3838
from: path.resolve(__dirname, geppettoClientPath, 'style/css/font-awesome.min.css'),
3939
to: 'static/css',
40-
flatten: true,
4140
},
4241
{
4342
from: path.resolve(__dirname, geppettoClientPath, 'style/css/gpt-icons.css'),
4443
to: 'static/css',
45-
flatten: true,
4644
},
4745
{
4846
from: path.resolve(__dirname, geppettoClientPath, 'static/*'),

0 commit comments

Comments
 (0)