Sha256: c1cc4698798e4a5e6363927d645b2a8c9cc29711a640e936a31e7c1bc18af8a9

Contents?: true

Size: 407 Bytes

Versions: 6

Compression:

Stored size: 407 Bytes

Contents

module.exports = {
  options: {
    name: "../../../../../node_modules/almond/almond",
    out: "<%%= dirs.tmp %>/public/assets/scripts/application.js",
    baseUrl: "<%%= dirs.tmp %>/prepare/assets/scripts",
    mainConfigFile: "config/build.js"
  },
  debug: {
    options: {
      useSourceUrl: true,
      optimize: "none",
    }
  },
  "public": {
    options: {
      optimize: "uglify2"
    }
  }
};

Version data entries

6 entries across 6 versions & 1 rubygems

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