GithubHelp home page GithubHelp logo

sublime-grunt's Introduction

sublime-grunt

A Grunt task runner for Sublime Text

Screencast of sublime-grunt

Installation

sublime-grunt can be installed via Sublime Package Control. In Package Control, it is called Grunt. Please refer to the offical Package Control documentation to learn how to install packages.

Alternatively, you can also clone the sublime-grunt repository into your Sublime Text packages folder.

Usage

Open the command palette using Ctrl+Shift+P (or Cmd+Shift+P on Mac, respectively) and choose the "Grunt" command.

The plugin expects to find a Gruntfile (Gruntfile.js or Gruntfile.coffee) in an open folder. It displays a sorted list of available Grunt tasks out of this Grunt file. If it finds more than one Gruntfile, it first provides a list for selection.

As of version 0.2, there is also a command to kill running tasks, for example watch tasks.

Settings

The file SublimeGrunt.sublime-settings is used for configuration.

You may override your PATH environment variable as follows:

{
    "exec_args": {
        "path": "/bin:/usr/bin:/usr/local/bin"
    }
}

If your GruntFile is not in the base path of the project, then you can add the path(s) to check as follows:

{
    "gruntfile_paths": ["/path", "/another/path", "/one/final/path"]
}

Alternatively this could be set per-project in your .sublime-project settings object

Releases

  • 1.0 Jumping to 1.0 to support ST versioning with tags
  • 0.3 Grunt tasks are cached
  • 0.2 Rewrite; supports Grunt >= 0.4, tasks can be killed (for example the watch task)
  • 0.1 Initial release

Thanks

Thanks for some contributions go to

sublime-grunt's People

Contributors

tvooo avatar virtueme avatar adamcbrewer avatar structankit avatar lavrton avatar edygar avatar willgresham avatar antonellopasella avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.