Sha256: a1449bd85e2cb8d7b3535f90189f2393404843e1c44351bd9f75139e5f2a5915

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

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