Skip to content

Commit

Permalink
Remove obsolete grunt-noflo-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Mar 2, 2017
1 parent ee1dda2 commit 793ea17
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ module.exports = ->
dest: 'spec'
ext: '.js'

# Updating the package manifest files
noflo_manifest:
update:
files:
'package.json': []
'component.json': ['src/components/*.coffee']

# Browser build of NoFlo
noflo_browser:
options:
Expand Down Expand Up @@ -104,7 +97,6 @@ module.exports = ->

# Grunt plugins used for building
@loadNpmTasks 'grunt-contrib-coffee'
@loadNpmTasks 'grunt-noflo-manifest'
@loadNpmTasks 'grunt-noflo-browser'

# Grunt plugins used for testing
Expand All @@ -117,7 +109,6 @@ module.exports = ->
# Our local tasks
@registerTask 'build', 'Build NoFlo for the chosen target platform', (target = 'all') =>
@task.run 'coffee'
@task.run 'noflo_manifest'
if target is 'all' or target is 'browser'
@task.run 'noflo_browser'

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"grunt-mocha-phantomjs": "^4.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-noflo-browser": "^1.1.4",
"grunt-noflo-manifest": "^0.1.12",
"json-loader": "^0.5.4",
"mocha": "^3.1.2"
},
Expand Down

0 comments on commit 793ea17

Please sign in to comment.