Sha256: 7ea90ef9029b8bf4c8566a52fb227b81d27130dc6c2c0d026feebe392161c3b8

Contents?: true

Size: 274 Bytes

Versions: 9

Compression:

Stored size: 274 Bytes

Contents

module.exports = {
  debug: {
    files: ['app/scripts/**/*', 'app/styles/**/*'],
    tasks: ['build:debug']
  },
  rails: {
    files: ['config/**/*.rb', 'lib/**/*.rb', 'Gemfile.lock'],
    tasks: ['rails:server:restart'],
    options: {
      interrupt: true
    }
  }
};

Version data entries

9 entries across 7 versions & 1 rubygems

Version Path
half-pipe-0.3.0.beta.2 examples/todomvc-rails/tasks/options/watch.js
half-pipe-0.3.0.beta.1 examples/todomvc-rails/tasks/options/watch.js
half-pipe-0.3.0.alpha.5 examples/todomvc-rails/tasks/options/watch.js
half-pipe-0.3.0.alpha.4 examples/todomvc-rails/tasks/options/watch.js
half-pipe-0.3.0.alpha.4 lib/generators/half_pipe/templates/tasks/options/watch.js
half-pipe-0.3.0.alpha.3 lib/generators/half_pipe/templates/tasks/options/watch.js
half-pipe-0.3.0.alpha.3 examples/todomvc-rails/tasks/options/watch.js
half-pipe-0.3.0.alpha.2 lib/generators/half_pipe/templates/tasks/options/watch.js
half-pipe-0.3.0.alpha.1 lib/generators/half_pipe/templates/tasks/options/watch.js