~bcsaller/juju-gui/exportXY

« back to all changes in this revision

Viewing changes to lib/templates.js

  • Committer: Gary Poster
  • Date: 2012-12-20 21:59:21 UTC
  • mto: This revision was merged to the branch mainline in revision 293.
  • Revision ID: gary.poster@canonical.com-20121220215921-qw5hqm7a8uymvwfr
Correct release docs; improve review docs; make all files served locally, so https can work; update makefile to have better names for build artifacts and more correctly designate phony targets; reduce unnecessary duplication of file creation in repeated Makefile runs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
 
142
142
var templateSpecs = {
143
143
  templates: {
144
 
    output: __dirname + '/../build/juju-ui/templates.js',
 
144
    output: __dirname + '/../build-shared/juju-ui/templates.js',
145
145
    callback: function(strategy, name) {
146
146
      cache = {};
147
147
      getPrecompiled();
157
157
  },
158
158
 
159
159
  stylesheet: {
160
 
    output: __dirname + '/../build/juju-ui/assets/juju-gui.css',
 
160
    output: __dirname + '/../build-shared/juju-ui/assets/juju-gui.css',
161
161
    callback: function(strategy, name) {
162
162
      var parser = new less.Parser({
163
163
        paths: [config.server.view_dir],