0.5.7 • Published 10 years ago

grunt-parts v0.5.7

Weekly downloads
-
License
MIT
Repository
github
Last release
10 years ago

Build Status NPM version

Common tasks from a repeatable workflow development:

  • dev lint and watch for changes, eventually run jasmine_node

    Only spec/**/*-spec.{coffee,litcoffee} files will be tested.

    Additionally, may create these files: .editorconfig, .eslintrc, .npmignore, .gitignore and coffeelint.json.

  • test lint and execute testem runner (Browser-based)

  • spec lint and run jasmine_node only (NodeJS-based)

  • dist compile src/**/*.{coffee,litcoffee} files

Code coverage is always enabled by default on test and spec tasks

The LCOV report will be generated only if process.env.CI is present.

Gruntfile.coffee

module.exports = (grunt) ->
  grunt.loadNpmTasks 'grunt-parts'

.travis.yml

language: node_js
node_js:
  - 0.10
before_script:
  - 'npm install -g grunt-cli coveralls'
script:
  - 'grunt spec && cat generated/reports/spec/lcov.info | coveralls'
  - 'grunt test && cat generated/reports/test/lcov.info | coveralls'
0.5.7

10 years ago

0.5.6

10 years ago

0.5.5

10 years ago

0.5.4

10 years ago

0.5.3

10 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago