0.5.7 • Published 9 years ago

grunt-parts v0.5.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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

9 years ago

0.5.6

9 years ago

0.5.5

9 years ago

0.5.4

9 years ago

0.5.3

9 years ago

0.5.2

9 years ago

0.5.1

9 years ago

0.5.0

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.3

9 years ago

0.3.2

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago