Mark Stacey
c7608e6fe9
Remove `disc` ( #6801 )
...
The `disc` gulp command no longer works. I wasn't able to fix this
easily, so instead it has been removed. We can probably find something
better to replace it with.
5 years ago
Mark Stacey
9fd8a3d46e
Move Browserify transforms to gulpfile ( #6768 )
...
The flat tests also rely upon these transformations, yet invoke
browserify from the command line rather than using the gulpfile. The
transformations have been specified on the command line for those
instead.
Of course it's not ideal to have the same transformations listed in two
different places, but the plan is to delete the flat tests soon anyway,
so this should suffice until then.
Closes #4538
5 years ago
Mark Stacey
3f8c9126fd
Use inline source maps in development ( #6754 )
...
There is currently a bug in chrome that prevents reading source maps
from a local file [0]. This was preventing Chrome DevTools from using
our JavaScript source maps, where were saved as `.map` files. To work
around this problem the source maps are now generated inline, which
seems to work fine.
The only other browser I tested this with was Firefox, which works both
before and after this change.
[0]: https://bugs.chromium.org/p/chromium/issues/detail?id=931675
5 years ago
Brian R. Bondy
7afe81a421
Add brave as a platform type for MetaMask
6 years ago
Whymarrh Whitby
094e4cf555
Check for unused function arguments ( #6583 )
...
* eslint: Check for unused function arguments
* eslint: Ignore unused '_' in argument list
Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly
* Remove and rename unused arguments
6 years ago
Whymarrh Whitby
7fc84f3cc0
ci: Add build:test Gulp task for e2e build
6 years ago
Dan Miller
10097b6a11
Default to localhost network when running e2e tests
6 years ago
Dan Miller
a44f2bb6eb
Use webRequest to cancel all requests to infura in e2e tests.
6 years ago
kumavis
48047f8194
mascara - remove from project ( #6283 )
6 years ago
Dan Finlay
f507f2a927
Feature Flag + Mobile Sync ( #5955 )
6 years ago
Dan Miller
a44596ec0d
Add c3 and d3 to the separate dependencies bundle.
6 years ago
Dan Miller
da5f4a792c
Bundle some ui dependencies separately to limit the build size of ui.js
6 years ago
William Chong
ea214945cf
Set `NODE_ENV` when generating bundler ( #4983 )
6 years ago
brunobar79
c13e5cbda3
remove css sourcemaps in prod builds
6 years ago
hahnmichaelf
4808ce25eb
fix for lint-test
6 years ago
hahnmichaelf
e454a5e0e8
fixed names
6 years ago
hahnmichaelf
8fb2dfe3d7
Re-added GA script
6 years ago
hahnmichaelf
9666eaba66
base - working. fixes #4774
6 years ago
brunobar79
aaed44f1ec
trezor v5 working on firefox
6 years ago
brunobar79
a8f745f9fe
eslint --fix .
6 years ago
brunobar79
cc11a62397
remove gulp eslint and cleanup gulpfile
6 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
kumavis
5c9cb0b787
build - minify via gulp-uglify-es instead of uglifyify
7 years ago
Alexander Tseung
3082d2e4ef
Use new design for reveal seed screen. Persist seed words only in first time flow
7 years ago
kumavis
00657e14a8
build - correctly set METAMASK_ENV via envify
7 years ago
kumavis
2b6557a024
lint - lint json files in app/
7 years ago
kumavis
4dd2bfade1
lint - include old ui
7 years ago
kumavis
bd6f554766
build - use uglifyify and gulp-multi-process for better performance
7 years ago
kumavis
80839eebe4
build - properly set GULP_METAMASK_DEBUG on dev
7 years ago
kumavis
99e618d3f2
mascara - server - serve bundles from dist
7 years ago
kumavis
433bb0f01a
build - split primary tasks into metamask + extension * dev + build
7 years ago
kumavis
edd70bd13e
build - cleanup commented code
7 years ago
kumavis
7b9b890aa9
build - fix scss + js reload
7 years ago
kumavis
b2d0e9871c
build - fix copy devMode
7 years ago
kumavis
4606a23c3f
build - refactor scss compilation into single config
7 years ago
kumavis
77d4a9a2bb
build - dev - fix js build order
7 years ago
kumavis
7067f63627
build - dev - run js tasks in parallel and set watch flag
7 years ago
kumavis
86c7c6746d
build - refactor copy and copy:watch (renamed to copy:dev)
7 years ago
kumavis
253abd60fc
build - extension - move js files to toplevel
7 years ago
kumavis
b88119c238
build - mascara - copy proxy html
7 years ago
kumavis
18acdfe6b3
build - refactor js build process
7 years ago
kumavis
e5c6c93c29
build - fix mascara sourcemaps dest
7 years ago
kumavis
909cbca7a6
build - remove copy debug
7 years ago
kumavis
91e8ea205e
build - remove deprecated deps task
7 years ago
kumavis
98f2400649
build - refactor copy tasks
7 years ago
kumavis
4f915cf2d8
build - refactor build task generators + add mascara to standard build phase
7 years ago
kumavis
848e0401e9
build - fix sourcemaps for dev
7 years ago
kumavis
6219a7da4b
build - always generate sourcemaps
7 years ago
kumavis
985e376911
build - for build, write sourcemaps to dist/sourcemaps
7 years ago
kumavis
154f384fe4
build - always create sourcemaps
7 years ago