add snippets; fix the kitchensink demo

This commit is contained in:
Devon Carew 2014-07-04 11:35:07 -07:00
commit e6f01878d7
3 changed files with 8 additions and 1 deletions

View file

@ -1,4 +1,4 @@
# A sample .gitiignore file.
# A sample .gitignore file.
.buildlog
.DS_Store

View file

@ -0,0 +1,7 @@
define(function(require, exports, module) {
"use strict";
exports.snippetText = require("../requirejs/text!./gitignore.snippets");
exports.scope = "gitignore";
});

View file