IceArmy
4926841be1
Specify js or coffee in usage message
2011-03-29 22:53:23 -07:00
IceArmy
62d798ddf8
Amend copyright date
2011-03-18 14:35:23 -07:00
IceArmy
162aacdc7e
Remove 2 variables from main QString() variable declaration list, as they're assigned a value not long afterward
2011-03-17 00:16:21 -07:00
IceArmy
198c13d195
- Migrated from Qt's QFile() method of opening files to Python's open() - Speed test shows that open() is faster at the core
...
- Fixed subtle bug where loadScript's filename identifier for the cache was not always the same (thereby not loading the cached copy)
2011-03-16 22:24:04 -07:00
IceArmy
55c7a4f620
Change if in chooseFile to be 'if tag in tagList' instead of 'if tagList.get(tag)'
...
Cache scripts using phantom.loadScript. Not much speed improvement, but when you're loading a coffee script, there is a huge speed improvement as the converted script is already cached and doesn't need to be re-compiled.
Revert phantom.render (function is supposed to return true on success!)
2011-03-16 17:17:51 -07:00
IceArmy
ac39de6efa
Remove -u option
...
Fixed help message to show "tag:file" and not just "file"
2011-03-16 00:53:36 -07:00
IceArmy
a731e6c4d7
Added Python PhantomJS project
2011-03-15 22:18:01 -07:00