use minified less compiler

pull/1/head
ansuz 2017-06-29 10:50:21 +02:00
parent fca1ef4d36
commit a9f8f42e3c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
/*:: const define = () => {}; */
define([
'/api/config',
'/bower_components/less/dist/less.js'
'/bower_components/less/dist/less.min.js'
], function (Config, Less) { /*::});module.exports = (function() {
const Config = (undefined:any);
const Less = (undefined:any);