Skip to content

Commit 68d4335

Browse files
authored
Merge pull request #20 from aicore/phoenix/fs
Import Filer for phoenix browser virtual file system.
2 parents b39da1b + 33a2fc5 commit 68d4335

8 files changed

Lines changed: 9288 additions & 0 deletions

File tree

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
<!-- phoenix port show dev tools at startup -->
3535
<script type="text/javascript">
3636
brackets.app.showDeveloperTools();
37+
3738
</script>
39+
<!-- Import the phoenix browser virtual file system -->
40+
<script src="thirdparty/filer/filer.min.js"></script>
3841
<!-- Warn about failed cross origin requests in Chrome -->
3942
<script type="application/javascript" src="xorigin.js"></script>
4043

0 commit comments

Comments
 (0)