Skip to content

Commit

Permalink
Export requirejs
Browse files Browse the repository at this point in the history
  • Loading branch information
zship committed Feb 25, 2013
1 parent 3273665 commit 568b1d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions amd.js
Expand Up @@ -7,11 +7,15 @@
var grunt = require('grunt/lib/grunt.js');
var mixin = require('mout/object/deepMixIn');
var _ = require('underscore');
var requirejs = require('./lib/r.js');
var parse = require('./lib/parse');


var amd = {

requirejs: requirejs,


loadConfig: function(config) {
if (config.mainConfigFile) {
if (!fs.existsSync(config.mainConfigFile)) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"main": "amd",
"title": "grunt-lib-amd",
"description": "Common functionality shared across grunt-amd tasks",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/zship/grunt-lib-amd",
"author": "Zach Shipley <zach@zachshipley.com>",
"repository": {
Expand Down

0 comments on commit 568b1d2

Please sign in to comment.