Skip to content

Commit

Permalink
Updating configuration and references
Browse files Browse the repository at this point in the history
  • Loading branch information
daffl committed Nov 27, 2012
1 parent 0f71eb9 commit 932ca26
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/tasks/docco.js
Expand Up @@ -9,7 +9,7 @@ module.exports = function(grunt) {
var options = grunt.config(['docco', this.target]);
var defaults = _.extend({
exclude : [/\.min\./]
}, grunt.config('strip')._options);
}, grunt.config('docco')._options);
grunt.verbose.writeflags(options, 'Options');
var done = this.async();
var src = grunt.file.expandFiles(this.file.src).filter(function(file) {
Expand Down
2 changes: 1 addition & 1 deletion can
Submodule can updated from c827de to f573f0
2 changes: 1 addition & 1 deletion canui
Submodule canui updated 1 files
+1 −1 grid/grid_test.js
2 changes: 1 addition & 1 deletion jquery
2 changes: 1 addition & 1 deletion site/docs.html
Expand Up @@ -69,7 +69,7 @@
mxui : 'https://github.com/jupiterjs/mxui'
};
DOCS_LOCATION = "docs/" //adds searchData to this
JMVCDOC_TIMESTAMP = 1353086899101;
JMVCDOC_TIMESTAMP = 1353538394898;
COMMENTS_LOCATION = 'http://jmvcs3.disqus.com/embed.js';
steal = {
loaded: ['documentjs/jmvcdoc/production.css']
Expand Down
2 changes: 1 addition & 1 deletion steal
Submodule steal updated from af7886 to ccd3e9
8 changes: 4 additions & 4 deletions stealconfig.js
Expand Up @@ -6,11 +6,11 @@ steal.config({
}
},
paths: {
"jquery": "can/util/jquery/jquery.1.8.2.js",
"mootools/mootools.js" : "can/util/mootools/mootools-core-1.4.3.js",
"jquery": "can/lib/jquery.1.8.3.js",
"mootools/mootools.js" : "can/lib/mootools-core-1.4.3.js",
"dojo/dojo.js" : "can/util/dojo/dojo-1.8.1.js",
"yui/yui.js" : "can/util/yui/yui-3.7.3.js",
"zepto/zepto.js" : "can/util/zepto/zepto.1.0rc1.js"
"yui/yui.js" : "can/lib/yui-3.7.3.js",
"zepto/zepto.js" : "can/lib/zepto.1.0rc1.js"
},
shim : {
jquery: {
Expand Down

0 comments on commit 932ca26

Please sign in to comment.