0.2.2 • Published 10 years ago

grunt-koko v0.2.2

Weekly downloads
1
License
BSD
Repository
github
Last release
10 years ago

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']);
};
0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.333

11 years ago

0.0.22

11 years ago

0.0.1

11 years ago