You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,15 @@ Please note, for size concerns, tests are only included in the Github repository
165
165
166
166
## Advanced build options
167
167
168
+
### Writing functionality
169
+
170
+
By default, `codem-isoboxer` build file contains all the code that manages the parsing AND the writing functionalities.
171
+
If you are only interested in the parsing functionality, you can generate a build without writing functionality. The syntax for building is:
172
+
173
+
grunt --no-writing
174
+
175
+
### Modular build
176
+
168
177
`codem-isoboxer` now has the option for modular builds. This means you can specify which boxes you are interested in during build time and you will get a generated file containing only the necessary boxes. This can help you further decrease the size of the library if you know you will only need access to some boxes. The syntax for building is:
0 commit comments