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

Add flag to skip minify (minify.skip) #8

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

Conversation

bisho
Copy link

@bisho bisho commented May 22, 2012

During development, sometimes is handy to avoid the minification
of the components to save build time, or if the minification is
done as part of another build system atop yui's Ant.

bisho added 4 commits May 22, 2012 16:58
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.
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.
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.
During development, sometimes is handy to avoid the minification
of the components to save build time, or if the minification is
done as part of another build system atop yui's Ant.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant