Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.
/ grunt-wait-forever Public archive

Makes grunt wait forever, useful for running HTTP server

License

Notifications You must be signed in to change notification settings

urish/grunt-wait-forever

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

grunt-wait-forever

Makes grunt wait forever, useful for running HTTP server.

Getting Started

This plugin requires Grunt 1.x

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-wait-forever --save-dev

One the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-wait-forever');

The "wait-forever" task

This tasks requires no configuration. Call this task to make grunt wait forever. You will usually use it after running a connect task.

Release History

  • 2016-06-24, v0.2.0, grunt 1.0.0 support.
  • 2013-10-16, v0.1.0, Initial release.

About

Makes grunt wait forever, useful for running HTTP server

Resources

License

Stars

Watchers

Forks

Packages

No packages published