Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Use options in config as grunt intended #34

Open
kengoldfarb opened this issue Aug 26, 2014 · 0 comments
Open

Use options in config as grunt intended #34

kengoldfarb opened this issue Aug 26, 2014 · 0 comments
Labels

Comments

@kengoldfarb
Copy link
Collaborator

Proposal that we use a more standard grunt config format of:

grunt.initConfig({
    swig: {
        options {
            generateSitemap: true
        },
        dev: {
            options{
                generateSitemap: false
            },
            src: [**/*.swig],
            dest: 'www/'
        },
        prod: {
            src: [**/*.swig],
            dest: 'www/'
        }
    }
});
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant