def __init__(self): website = 'http://github.com/DmitryBaranovskiy/raphael/raw/master/' file_config.__init__(self, 'raphael-min.js', os.path.join(options.target_build_dir, options.javascript_dir), website, debug=False) self.targets = ['raphael.min.js']
def __init__(self): website = 'https://raw.github.com/mrdoob/three.js/master/' file_config.__init__(self, 'three.min.js', os.path.join(options.target_build_dir, options.javascript_dir), website, debug=False) self.targets = ['three.min.js', 'three.js', ('', 'Detector.js'), ('shaders', 'FXAAShader.js'), ('shaders', 'CopyShader.js'), ('shaders', 'ConvolutionShader.js'), ('postprocessing', 'BloomPass.js'), ('postprocessing', 'DotScreenPass.js'), ('postprocessing', 'EffectComposer.js'), ('postprocessing', 'FilmPass.js'), ('postprocessing', 'MaskPass.js'), ('postprocessing', 'RenderPass.js'), ('postprocessing', 'SavePass.js'), ('postprocessing', 'ShaderPass.js'), ('postprocessing', 'TexturePass.js'), ('controls', 'EditorControls.js'), ('controls', 'FirstPersonControls.js'), ('controls', 'FlyControls.js'), ('controls', 'OrbitControls.js'), ('controls', 'PathControls.js'), ('controls', 'PointerLockControls.js'), ('controls', 'TrackballControls.js'), ## plenty more that could be added here ## effects, renderers, more shaders, etc. ]
def __init__(self): file_config.__init__(self, 'jquery-ui-timepicker-addon.js', os.path.join(options.target_build_dir, options.javascript_dir), 'http://trentrichardson.com/examples/timepicker/', dependencies=['jquery_ui'], debug=False) self.targets = ['jquery-ui-timepicker-addon.js', 'jquery-ui-timepicker-addon.css']
def __init__(self): file_config.__init__( self, "jquery.jsPlumb.min.js", os.path.join(options.target_build_dir, options.javascript_dir), "https://raw.github.com/sporritt/jsPlumb", dependencies=[("jquery", "1.8.1"), ("jquery_ui", "1.8.23")], debug=False, )
def __init__(self): website = "https://github.com/mrdoob/stats.js/blob/master/build/" file_config.__init__( self, "stats.min.js", os.path.join(options.target_build_dir, options.javascript_dir), website, debug=False )
def __init__(self): file_config.__init__(self, 'phpliteadmin.php', os.path.join(options.target_build_dir, options.script_dir), 'http://phpliteadmin.googlecode.com/files/', debug=False)
def __init__(self): website = 'http://fgnass.github.io/spin.js/' file_config.__init__(self, 'spin.min.js', os.path.join(options.target_build_dir, options.javascript_dir), website, debug=False)
def __init__(self): file_config.__init__(self, 'jquery.min.js', os.path.join(options.target_build_dir, options.javascript_dir), 'http://code.jquery.com/', debug=False)
def __init__(self): file_config.__init__(self, 'jquery.mousewheel.js', os.path.join(options.target_build_dir, options.javascript_dir), 'https://github.com/brandonaaron/jquery-mousewheel', dependencies=['jquery_ui'], debug=False)