Sha256: f62ad921532a2e9c16fc103e43f841bdfb0f95eaa437ade5744aab723cde2a44
Contents?: true
Size: 892 Bytes
Versions: 7
Compression:
Stored size: 892 Bytes
Contents
(function(context){ var Configuration = context.Configuration = {}; Configuration.name = 'MooTools Slick'; Configuration.presets = { 'slick': { sets: ['specs'], source: ['helpers', 'slick'] } }; Configuration.defaultPresets = { browser: 'slick', jstd: 'slick' }; Configuration.sets = { 'specs': { path: 'specs/', files: [ 'unit', 'syntax', 'api', 'engine_bugs', 'html', 'html5', 'select_nth-child', 'select_exhaustive', 'mock_template', 'isxml', 'xml', 'match', 'parser', 'google_closure', 'prototype', 'jquery', 'dojo', 'yui' ] } }; Configuration.source = { 'helpers': { path: '', files: [ 'assets/simple_request', 'assets/JSSpecHelpers', 'bootstrap/slick.slickspec', 'setup' ] }, 'slick': { path: '../Source/', files: [ 'Slick.Finder', 'Slick.Parser' ] } }; })(typeof exports != 'undefined' ? exports : this);
Version data entries
7 entries across 7 versions & 1 rubygems