|
202 | 202 | <<<), |
203 | 203 | "gi0.PINF.it/build/v0 @ # onCommand() build": (inf () >>> |
204 | 204 | { |
205 | | - "gi0.PINF.it/build/v0 @ # :runner: build() /dist/firephp.build": "", |
206 | | - |
207 | | - "gi0.PINF.it/build/v0 @ # /": (inf () >>> |
208 | | - { |
209 | | - "# run": (run.bash.origin.method.progress () >>> |
210 | | - |
211 | | - pushd "dist/firephp.build" > /dev/null |
212 | | - |
213 | | - # Remove files that we do not need |
214 | | - # TODO: Do this in a better way and coordinate with .gitignore |
215 | | - rm -Rf scripts/devtools/dist/dist/riot.min.js |
216 | | - rm -Rf scripts/devtools/dist/dist/riot.js |
217 | | - rm -Rf scripts/devtools/dist/dist/babel-regenerator-runtime.js |
218 | | - rm -Rf scripts/devtools/dist/dist/reps/insight.domplate.reps/dist/reps/dist/domplate.browser.js |
219 | | - rm -Rf scripts/devtools/dist/dist/reps/insight.domplate.reps/dist/reps/dist/domplate-eval.browser.js |
220 | | - rm -Rf lib/github.com~pinf~pinf-for-mozilla-web-ext/scripts/lib/pinf-loader-core.browser.js |
221 | | - rm -Rf lib/github.com~pinf~pinf-for-mozilla-web-ext/scripts/lib/babel-regenerator-runtime.js |
222 | | - rm -Rf scripts/devtools/dist/dist/reps/insight.domplate.reps/dist/reps/*/*.preview.htm |
223 | | - rm -Rf scripts/devtools/dist/dist/reps/insight.domplate.reps/dist/reps/reps.json |
224 | | - rm -Rf scripts/devtools/dist/dist/reps/io.shields.img.rep.js |
225 | | - rm -Rf scripts/devtools/dist/dist/reps/div.rep.js |
226 | | - rm -Rf scripts/devtools/dist/dist/reps/golden-layout.rep.js |
227 | | - rm -Rf skin/box.png |
228 | | - |
229 | | - # Remove signed archive as it needs to be re-signed |
230 | | - rm -f ../firephp.build.xpi 2> /dev/null || true |
231 | | - |
232 | | - popd > /dev/null |
233 | | - |
234 | | - BO_cecho "\nBuilt extension source can be found at: dist/firephp.build/" YELLOW BOLD |
235 | | - BO_cecho "This source can be loaded into a browser when running in extension development mode.\n" YELLOW BOLD |
236 | | - <<<) |
237 | | - } |
238 | | - <<<) |
| 205 | + "gi0.PINF.it/build/v0 @ # :runner: build() /dist/firephp.build": "" |
239 | 206 | } |
240 | 207 | <<<), |
241 | 208 | "gi0.PINF.it/build/v0 @ # onCommand() publish": (inf () >>> |
|
0 commit comments