File tree Expand file tree Collapse file tree 8 files changed +3
-6864
lines changed
Expand file tree Collapse file tree 8 files changed +3
-6864
lines changed Original file line number Diff line number Diff line change 1313 package :
1414 strategy :
1515 matrix :
16- node-version : [14 .x]
16+ node-version : [16 .x]
1717 runs-on : ubuntu-latest
1818 name : A job to build the packages
1919 steps :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY images /pintura/images
55COPY test/ /pintura/test
66COPY cimmenu /pintura/cimmenu
77COPY cimsvg /pintura/cimsvg
8- COPY index.html Makefile package-lock.json package .json /pintura/
8+ COPY index.html Makefile package.json /pintura/
99
1010WORKDIR /pintura
1111RUN npm install -g npm@8.19.2
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY images /pintura/images
55COPY test/ /pintura/test
66COPY cimmenu /pintura/cimmenu
77COPY cimsvg /pintura/cimsvg
8- COPY buildFlags.sh index.html Makefile package-lock.json package .json /pintura/
8+ COPY buildFlags.sh index.html Makefile package.json /pintura/
99
1010WORKDIR /pintura
1111RUN npm install -g npm@8.19.2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -272,18 +272,6 @@ class cimmenu {
272272 return matchingComponents ;
273273 } ;
274274
275-
276- /* TODO: package allocation needs a re-write when we look at
277- * serialization in the cimgen project. The general rule is
278- * that the big classes are only in one profile and the primitives
279- * can be in any of them. So one strategy could be to write all of
280- * the classes that only have one profile into their profiles, then
281- * write all the components that are connected to them into the
282- * same profile, and then check that they are all written.
283- static getPackageName(type) {
284- }
285- */
286-
287275 getAggregateComponentMenuCGMES ( details ) {
288276 let updateMenu = "" ;
289277 let jsObject = 'src_' + details . type . substring ( 4 ) + '_js' ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4747 < div id ="left-panel ">
4848 </ div >
4949 < div id ="cimsvg-panel ">
50- < div id ="map-container ">
51- </ div >
5250 < svg id ="svg " xmlns ="http://www.w3.org/2000/svg " xmlns:xlink ="http://www.w3.org/1999/xlink ">
5351 < rect class ="backing " id ="bg "/>
5452 < g class ="grid "/>
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments