Built motion from commit 54a160d.|0.0.140
[motion.git] / public / bower_components / lodash / lib / fp / build-dist.js
index 3506409..bad62d2 100644 (file)
@@ -5,7 +5,7 @@ var _ = require('lodash'),
     path = require('path'),
     webpack = require('webpack');
 
-var util = require('../common/util');
+var file = require('../common/file');
 
 var basePath = path.join(__dirname, '..', '..'),
     distPath = path.join(basePath, 'dist'),
@@ -48,7 +48,7 @@ function build() {
   async.series([
     _.partial(webpack, mappingConfig),
     _.partial(webpack, fpConfig),
-    util.minFile(path.join(distPath, filename))
+    file.min(path.join(distPath, filename))
   ], onComplete);
 }