Skip to content

Commit

Permalink
chore(demo): output demo to index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
pkozlowski-opensource committed Dec 28, 2012
1 parent 460bf90 commit b88417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module.exports = function(grunt) {
var templateFiles = grunt.file.expand("template/**/*.html.js");

grunt.file.write(
'dist/demo.html',
'dist/index.html',
grunt.template.process(grunt.file.read('misc/demo-template.html'), {
modules: modules,
templateModules: templateFiles.map(function(fileName) {
Expand Down

0 comments on commit b88417a

Please sign in to comment.