Changes to the app

This commit is contained in:
Andrew Revinsky (DART)
2016-08-26 14:13:50 +03:00
parent ef444bde9b
commit 1e7234166a
9 changed files with 324 additions and 90 deletions

View File

@@ -0,0 +1,11 @@
/**
* Created by andrew on 8/18/16.
*/
export const useJSON = () => {};
export const clean = () => {};
export const useJQuery = () => {};
export const extractBundle = () => {};
export const extractLESS = () => {};
export const purifyCSS = () => {};
export const setupLess = () => {};
export const devServer = () => {};