1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-25 20:02:58 +01:00
metamask-extension/development
Mark Stacey 23013b1ee9
Reduce build warnings related to Sass (#10494)
Build warnings related to Sass have been reduced by dynamically
importing `gulp-sass` and `sass-compiler` at the point where it's first
used. This ensures that the four Dart-related build warnings are only
emitted for the build process that is actually running Sass, rather
than by _every_ build process.
2021-02-23 13:04:14 -03:30
..
build Reduce build warnings related to Sass (#10494) 2021-02-23 13:04:14 -03:30
lib
announcer.js
auto-changelog.sh
create-static-server.js
generate-migration.sh
gource-viz.sh
metamaskbot-build-announce.js Add Lavamoat to build system (#9939) 2021-02-22 22:43:29 +08:00
missing-locale-strings.js
mock-3box.js
mock-segment.js
README.md
require-react-devtools.js
run-ganache.sh Use .sh file extension for all Bash scripts (#10499) 2021-02-23 12:56:41 -03:30
sentry-publish.js
sentry-upload-artifacts.sh
shellcheck.sh
show-deps-install-scripts.js
source-map-explorer.sh Fix library bundle visualizations (#10497) 2021-02-23 12:59:07 -03:30
sourcemap-validator.js
static-server.js
verify-locale-strings.js Add Custom Network UI (#10310) 2021-02-22 10:20:42 -06:00

Development

Several files which are needed for developing on(!) MetaMask.

Usually each files contains information about its scope / usage.