Tue, 09 Jul 2013 19:30:56 +0200
Added a JavaScript parser to the file browser in order to show the structure of JavaScript files
# # Jasy - Web Tooling Framework # Copyright 2010-2012 Zynga Inc. # Copyright 2013 Sebastian Werner # """ **Jasy - Web Tooling Framework** Jasy is a powerful Python3-based tooling framework. It makes it easy to manage heavy web projects. Its main goal is to offer an API which could be used by developers to write their custom build/deployment scripts. """ __version__ = "1.1.0" __author__ = "Sebastian Werner <info@sebastian-werner.net>"