UNPKG

gentelella-rtl

Version:

Gentelella RTL Admin is a free to use Bootstrap admin template

14 lines (13 loc) 261 B
module.exports = function(config) { config.set({ browsers: ['Chrome', 'Firefox'], frameworks: ['browserify', 'jasmine'], reporters: ['progress', 'html'], preprocessors: { 'src/**/*.js': ['browserify'] }, browserify: { debug: true } }); };