grunt-koko

0.2.2 • Public • Published

grunt-koko

grunt plugin to start koko as task.

install

% cd your/grunt/project/root
% npm install grunt-koko --save-dev

usage

module.exports = function(grunt) {
    grunt.initConfig({
        pkg: grunt.file.readJSON('package.json'),
        koko: {
            dev: {
                openPath: '/'
            },
            debug: {
                openPath: '/',
                proxyURL: 'http://fnobi.com/'
            },
            assetsChecker: {
                root: 'htdocs/',
                staticPort: '9999',
                openPath: '/',
                usePHP: true,
            }
        }
    });

    grunt.loadNpmTasks('grunt-koko');

    grunt.registerTask('default', ['koko:dev']);
};

Readme

Keywords

Package Sidebar

Install

npm i grunt-koko

Weekly Downloads

1

Version

0.2.2

License

BSD

Last publish

Collaborators

  • fnobi