0.0
No commit activity in last 3 years
No release in over 3 years
Rails integration for gulp.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Gulp-runner

Build Status Coverage Status Gem Version

To you use the gulp-runner from command-line type:

rake gulp:run[your_command_name]

Or for running from rake files

Rake::Task["gulp:run"].invoke("your_command_name")

####Default commands

  1. gulp:run - accepts command name
  2. gulp:list - lists all yours gulp tasks

####Options

  1. GulpRunner.root_path - default gulpfile.js
  2. GulpRunner.node_modules_path - default .
  3. GulpRunner.gulp_file_path - default Dir.pwd