Metadata-Version: 1.1
Name: webmake
Version: 1.0.13
Summary: A simple pythonic build system for Web and Cordova projects (JS, Less, Sass...)
Home-page: https://github.com/bazzisoft/webmake
Author: Barak Shohat
Author-email: barak@bazzisoft.com
License: MIT
Description: A simple pythonic build system for Web and Cordova projects (JS, Less, Sass...)
        
        - Python alternative to ``grunt`` or ``gulp``.
        - Supports Python 2.7 or 3.2+.
        - Builds based on a ``webmakefile.py`` script in your project root.
        - Automatically detects dependencies and builds only what's changed.
        - Can be used from the command line, on demand or in "watch for changes" mode.
        - Automatically generates source maps in debug mode, minifies in release mode.
        - Your source code (HTML/JavaScript) stays identical whether in debug or release mode - no conditional script or CSS inclusion.
        - Middleware plugin for use with Django.
        - Build hook for use with Cordova.
        - Currently supports:
            - Browserify (vendor libs, user libs, project-specific sources)
            - React.js JSX compilation
            - LESS compilation
            - Sass compilation
            - Minification
            - Copy assets (images, fonts, etc)
            - Concatenation
        
        
        
Keywords: make makefile build tool packaging web javascript less sass
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
