Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #113 from alecalve/grunt-semi-standard
Browse files Browse the repository at this point in the history
Added grunt-semistandard to Gruntfile
  • Loading branch information
Sjors committed Feb 9, 2016
2 parents ef8794a + a841968 commit 993414e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,10 @@ module.exports = (grunt) ->
grep_commits: '^fix|^feat|^docs|^refactor|^chore|^test|BREAKING'
repo_url: 'https://github.com/blockchain/My-Wallet-V3'

semistandard:
app:
src:
['{,src/}*.js']

grunt.loadNpmTasks 'grunt-browserify'
grunt.loadNpmTasks 'grunt-contrib-clean'
Expand All @@ -181,8 +185,9 @@ module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-preprocess'
grunt.loadNpmTasks 'grunt-shell'
grunt.loadNpmTasks 'grunt-text-replace'
grunt.loadNpmTasks('git-changelog')
grunt.loadNpmTasks('grunt-karma-coveralls')
grunt.loadNpmTasks 'git-changelog'
grunt.loadNpmTasks 'grunt-karma-coveralls'
grunt.loadNpmTasks 'grunt-semistandard'

grunt.registerTask "default", [
"build"
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"grunt-env": "^0.4.4",
"grunt-karma-coveralls": "^2.5.4",
"grunt-preprocess": "^4.1.0",
"grunt-semistandard": "^1.0.5",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "^0.4.0",
"jasmine-core": "^2.2.0",
Expand Down

0 comments on commit 993414e

Please sign in to comment.