Skip to content

Instantly share code, notes, and snippets.

@fabiomcosta
Created September 15, 2010 23:58
Show Gist options
  • Select an option

  • Save fabiomcosta/581725 to your computer and use it in GitHub Desktop.

Select an option

Save fabiomcosta/581725 to your computer and use it in GitHub Desktop.
(function(context){
var Configuration = context.Configuration = {};
Configuration.name = 'MooTools Slick';
Configuration.presets = {
'slick-1.0': {
sets: ['1.0'],
helpers: ['1.0'],
sources: ['1.0']
}
};
Configuration.defaultPresets = {
browser: 'slick-1.0',
jstd: 'slick-1.0'
};
Configuration.sets = {
'1.0': {
path: 'specs/',
files: [
'syntax', 'specs_slick_docs', 'slick_xml_specs', 'specs-engine_bugs',
'specs-select_nth-child', 'specs-select_exhaustive', 'specs-mock_template',
'slick.api.specs', 'isxml.specs', 'slick_match_specs',
'specsGoogleClosure',
'specsPrototype',
'specsJQuery',
'specsDojo', 'specsYUI'
]
}
};
Configuration.sources = {
'1.0': {
path: '../Source/',
files: [
'Slick.Finder',
'Slick.Parser'
]
}
};
Configuration.helpers = {
'1.0': {
path: '../',
files: [
'assets/simple_request',
'assets/JSSpecHelpers',
'assets/setup',
'bootstrap/slick.slickspec'
]
}
};
})(typeof exports != 'undefined' ? exports : this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment