|
Directory.Delete(Path.Combine(path, "bower_components"), true);
|
|
Directory.Delete(Path.Combine(path, "bower_components"), true);
|
|
CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"), Path.Combine(path, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"));
|
|
CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"), Path.Combine(path, "bower_components", "webcomponentsjs", "webcomponents-lite.min.js"));
|
|
|
|
+ CopyFile(Path.Combine(creator.DashboardUIPath, "bower_components", "velocity", "velocity.min.js"), Path.Combine(path, "bower_components", "velocity", "velocity.min.js"));
|
|
MinifyCssDirectory(Path.Combine(path, "css"));
|
|
MinifyCssDirectory(Path.Combine(path, "css"));
|