Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Make built JS output a bit prettier (#208)
In #205 I took great care to preserve the _exact_ format of the built JS code, so the build refactoring could be verified by diffing the build output. However, some of the existing formatting is sub-optimal so this commit optimizes it a little. Most notably, this commit will change file path comments to be relative paths, not absolute ones. An example for this: ```diff -// file: /home/raphinesse/code/cordova-android/cordova-js-src/exec.js +// file: ../cordova-android/cordova-js-src/exec.js ```
- Loading branch information
Showing
5 changed files
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters