PHP Classes

File: vendors/chart.js/karma.conf.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/chart.js/karma.conf.js   Download  
File: vendors/chart.js/karma.conf.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 2 years ago
Size: 261 bytes
 

Contents

Class file image Download
module.exports = function(config) { config.set({ browsers: ['Chrome', 'Firefox'], frameworks: ['browserify', 'jasmine'], reporters: ['progress', 'html'], preprocessors: { 'src/**/*.js': ['browserify'] }, browserify: { debug: true } }); };