Skip to content

Commit

Permalink
scripts: devtools_compatibility.js is not needed I think
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed Nov 3, 2016
1 parent 85734bb commit 5f42201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Expand Up @@ -100,7 +100,7 @@ pushd "$ROOT"
# this should be kept in sync with devtools_frontend_resources target of devtools.gyp
cp -r "$FRONTEND/Images" "$RELEASE_BUILD_DEVTOOLS_FRONTEND"
cp -r "$FRONTEND/emulated_devices" "$RELEASE_BUILD_DEVTOOLS_FRONTEND"
cp "$FRONTEND/devtools.js" "$RELEASE_BUILD_DEVTOOLS_FRONTEND"
#cp "$FRONTEND/devtools_compatibility.js" "$RELEASE_BUILD_DEVTOOLS_FRONTEND"

# copy compiled extension code (produced by `lein compile-dirac`)
cp "$ROOT/target/resources/release/.compiled/background.js" "$RELEASE_BUILD/background.js"
Expand Down

0 comments on commit 5f42201

Please sign in to comment.