##// END OF EJS Templates
files: changed the copy path label to indicate we're actually copying only the path....
files: changed the copy path label to indicate we're actually copying only the path. - added copy permalink helper to copy the url quickly - fixes #5602

File last commit:

r3172:d37fc984 default
r4278:347fefc5 default
Show More
.babelrc
10 lines | 158 B | text/plain | TextLexer
{
"presets": [
["env", {
"targets": {
"browsers": ["last 2 versions"]
}
}]
],
"plugins": ["transform-object-rest-spread"]
}