Revision 44110e0e snf-cyclades-app/synnefo/ui/new_ui/ui/Gruntfile.js

b/snf-cyclades-app/synnefo/ui/new_ui/ui/Gruntfile.js
19 19
        tasks: ['concat']
20 20
      },
21 21
      templates: {
22
        files: ['javascripts/templates/*.hbs', 'javascripts/templates/components/*.hbs'],
22
        files: ['javascripts/templates/*.hbs', 'javascripts/templates/components/*.hbs', 'javascripts/templates/wizardSteps/*.hbs'],
23 23
        tasks: ['emberTemplates']
24 24
      }
25 25
  },
......
49 49
          templateBasePath: /javascripts\/templates\//
50 50
        },
51 51
        files: {
52
          'javascripts/templates.js': ['javascripts/templates/*.hbs', 'javascripts/templates/components/*.hbs']
52
          'javascripts/templates.js': ['javascripts/templates/*.hbs', 'javascripts/templates/components/*.hbs', 'javascripts/templates/wizardSteps/*.hbs']
53 53
        }
54 54
      },
55 55
	  files: 'templates/*',

Also available in: Unified diff