File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,7 +142,8 @@ function makeDistAll() {
142142
143143function makeJSDist ( ) {
144144 return src ( [ 'src/**/*.js' , '!src/**/unittest-files/**/*' , "!src/thirdparty/prettier/**/*" ,
145- "!src/thirdparty/no-minify/**/*" , "!src/LiveDevelopment/BrowserScripts/RemoteFunctions.js" ,
145+ "!src/thirdparty/no-minify/**/*" , "!src/thirdparty/xterm/**/*" ,
146+ "!src/LiveDevelopment/BrowserScripts/RemoteFunctions.js" ,
146147 "!src/extensionsIntegrated/phoenix-pro/onboarding/**/*" ] )
147148 . pipe ( minify ( {
148149 ext :{
@@ -175,6 +176,7 @@ function makeNonMinifyDist() {
175176 // we dont minify remote functions as its in live preview context and the prod minify is stripping variables
176177 // used by plugins in live preview. so we dont minify this for now.
177178 return src ( [ "src/thirdparty/no-minify/**/*" ,
179+ "src/thirdparty/xterm/**/*" ,
178180 "src/LiveDevelopment/BrowserScripts/RemoteFunctions.js" ,
179181 "src/extensionsIntegrated/phoenix-pro/onboarding/**/*" ] , { base : 'src' } )
180182 . pipe ( dest ( 'dist' ) ) ;
You can’t perform that action at this time.
0 commit comments