Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option for verbose output (similar to component build -v) #19

Merged
merged 5 commits into from
Jun 7, 2013

Conversation

andyburke
Copy link
Contributor

Example:

        component_build: {
            app: {
                base: 'client/',
                output: 'client/build/',
                styles: true,
                scripts: true,
                sourceUrls: true,
                verbose: true
            }

Will produce output like:

Running "component_build:app" (component_build) task
duration: 57ms
write: client/build/app.css (12kb)
write: client/build/app.js (214kb)

Added because I like to be able to keep an eye on the size of my app as I integrate components.

0.8.3 fixed a bug with require aliases that is pretty crucial. Shouldn't all 0.8 compatible builders be ok?
kewah pushed a commit that referenced this pull request Jun 7, 2013
Add an option for verbose output (similar to component build -v)
@kewah kewah merged commit 0cb5610 into anthonyshort:master Jun 7, 2013
@kewah
Copy link
Collaborator

kewah commented Jun 7, 2013

Thanks !

(@anthonyshort could you publish the new version ?)

@anthonyshort
Copy link
Owner

This is awesome! 0.2.8 is published

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants