0.1.4 • Published 6 years ago

lmt-utils v0.1.4

Weekly downloads
8
License
ISC
Repository
github
Last release
6 years ago

Gulp lmt tasks

Contains common tasks used by lmt projects.

Usage

lintHtml

    const { lintHtml } = require('gulp-lmt-tasks');
    gulp.task('lint-all-html', () =>
      lintHtml({server: require('./bin/www'), ignoreQsParams: ['fromSearch']})
    );

Development

These are currently tested in project. To use a local version for the purposes of dev, use npm link:

    $ npm link
    $ cd PROJECT_DIR
    $ npm link gulp-lmt-tasks