Module: GulpRunner

Defined in:
lib/gulp-runner.rb,
lib/gulp-runner/gulp.rb,
lib/gulp-runner/railtie.rb,
lib/gulp-runner/command_utils.rb

Defined Under Namespace

Classes: CommandUtils, Gulp, Railtie

Class Attribute Summary collapse

Class Attribute Details

.gulp_file_pathObject

Returns the value of attribute gulp_file_path.



7
8
9
# File 'lib/gulp-runner.rb', line 7

def gulp_file_path
  @gulp_file_path
end

.node_modules_pathObject

Returns the value of attribute node_modules_path.



7
8
9
# File 'lib/gulp-runner.rb', line 7

def node_modules_path
  @node_modules_path
end

.root_pathObject

Returns the value of attribute root_path.



7
8
9
# File 'lib/gulp-runner.rb', line 7

def root_path
  @root_path
end