Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Add build cache to avoid rebuilding components already uptodate #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 22, 2012

  1. Move language template file to a property

    If you want to use a different i18n loader than Y.Intl.add
    you need to be able to override the template used to load
    the translation files.
    bisho committed May 22, 2012
    Configuration menu
    Copy the full SHA
    1e2b681 View commit details
    Browse the repository at this point in the history
  2. Add support for compiling handlebars templates into a js file

    Detect if templates/ (configurable) directory exists and
    compile the templates there into a js file (by default
    compiled-templates.js). This makes all the templates of the
    module directly available when loading the module.
    bisho committed May 22, 2012
    Configuration menu
    Copy the full SHA
    81291a2 View commit details
    Browse the repository at this point in the history
  3. Add build cache to avoid rebuilding components already uptodate

    Using ant uptodate we compare source files with a file generated
    during the build to detect if the components really needs rebuild.
    This decreases the build time significantly.
    bisho committed May 22, 2012
    Configuration menu
    Copy the full SHA
    d929bf1 View commit details
    Browse the repository at this point in the history