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
Thomas Huang
6a428bbef7
Revert "Issue 3505 | Transpile to ES5"
7 years ago
Ryan Rowland
faa2849082
Issue 3505 | Transpile to ES5
7 years ago
Dan Finlay
81fa0742f7
Fix inpage provider name regression
...
Fixes #3372 by not minifying the name of our inpage provider, which some
people were using to identify MetaMask (not our preferred, supported
method of web3.currentProvider.isMetaMask).
7 years ago
Dan Finlay
678bf561ce
Remove deps from build process
...
Was running out of stdout memory, preventing me from building.
7 years ago
kumavis
bb853c6b1c
lint - ignore vendor js
7 years ago
kumavis
0e52684acd
lint - ignore vendor js
7 years ago
Dan J Miller
77eb7b2db6
[NewUI-flat] Fix gulp build ( #2975 )
...
* Only run uglify when building for prod; set environment when building for prod; use gulp-uglify-es.
* Revert change of dist script.
7 years ago
Dan J Miller
41057a76c5
[NewUI] Build mascara with uglification and gzipping. ( #2735 )
...
* Adds uglification and gzipping.
* Build mascara with uglification and gzipping.
* Remove gzipping from extension build.
7 years ago
kumavis
27ace69a7f
build - add 'deps' step that records output of 'npm ls' into build
7 years ago
Dan
ec6c3c33bd
Merge branch 'master' into NewUI-flat-merge-with-master
7 years ago
Dan Finlay
4a42c816c2
Ensure Opera build excludes chromereload file
...
Fixes #2504
7 years ago
Daijiro Wachi
c1eb8f16dc
Add lint:fix command to gulp and npm-scripts
7 years ago
Dan Finlay
d71f14cb67
Increase build readability
7 years ago
frankiebee
2dba03ffc5
dont lint jquery
7 years ago
frankiebee
245ab70881
add /mascara to linting
7 years ago
Dan Finlay
1cba6543a4
Begin implementing sync injection idea
7 years ago
Dan
5452a26b36
Fixes lint errors and adds stylelint-config-standard to package.json
7 years ago
sdtsui
b8aa529d29
[WIP] Add packages and tasks for linting scss
7 years ago
kumavis
59e83d2b80
build - factor watcify into bundler generation
7 years ago
kumavis
4a4736195f
build - fix error swallowing on dev
7 years ago
sdtsui
aeaf917cbb
Clean up gulpfile
7 years ago
sdtsui
bd9549bddc
Use 4.x pattern for watching scss
7 years ago
sdtsui
bc73cbdbfe
Cleanup css and gulpfile post-migration
7 years ago
sdtsui
3f222854e4
Migrate from css to scss + autoprefixer
7 years ago
kumavis
da16f39626
Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkeeper/initial
7 years ago
kumavis
ecaa235b5e
phishing detection - move phishing detection into contentscript and metamask controller
7 years ago
Dan Finlay
4d218ac57a
Remove responsive folder from gulp
7 years ago
Dan Finlay
52b92fbe40
Add first version of phishing site warning
...
Links to my own blacklist for now, since I added a package.json for easy importing.
We can point at the main 408H repository once this is merged:
https://github.com/409H/EtherAddressLookup/pull/24
Redirects detected phishing sites [here](https://metamask.io/phishing.html ).
7 years ago
Dan Finlay
e285f2cae9
Get duplicate UI template working
7 years ago
Kevin Serrano
f21d425839
Simplify build variables. Remove maps from production.
7 years ago
Dan Finlay
de500250c4
Fix build for eth-contract-metadata
7 years ago
Dan Finlay
d8c94fca75
Add address image map to icon factory
...
Deriving from the new address image map repository I've added here:
https://github.com/MetaMask/ethereum-contract-icons
With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
8 years ago
kumavis
0500068327
build - fix disc task
8 years ago
kumavis
4d42cfaa25
build - make gulp return non-zero error code on bundle fail
8 years ago
Kevin Serrano
65c84ac4b2
Delete all code related to disclaimers.
8 years ago
kumavis
2efcbd9674
gulp - fix brfs instrumentation
8 years ago
kumavis
074e3f4ab4
gulp - cleanup comments
8 years ago
kumavis
8e3661555d
gulp - add disc bundle analysis task
8 years ago
kumavis
464b7d5814
gulp - clean and simplify
8 years ago
Kevin Serrano
68be524019
Take out unneeded permissions from the app.
8 years ago
Dan Finlay
055ef5d8fe
Add babelify to gulp build
8 years ago
Kevin Serrano
ed03b89e26
Move tos hash logic to build phase. Create dynamic global variables based on build.
8 years ago
Kevin Serrano
be0c605556
Fix boolean.
8 years ago
Kevin Serrano
2d0077d5c6
Changelog add and rename vars.
8 years ago
Kevin Serrano
b4334a72b4
Refactor for spreading. Add conditionals for livereload.
8 years ago
Kevin Serrano
c02be4fa66
Add production flag. Conditionally copy reload based on production.
8 years ago