Remove the lodash csp build as the default modern build no longer uses compilation.

Former-commit-id: 97f0722cae9190fd11aa9f458c9c7bc281fd82e4
This commit is contained in:
John-David Dalton
2013-04-13 11:19:44 -07:00
parent 5d109077e5
commit 0275e99fe2
7 changed files with 12 additions and 27 deletions

View File

@@ -1330,7 +1330,7 @@
};
build(['-s', '-d', 'csp'], callback);
build(['-s', '-d', 'mobile'], callback);
build(['-s', '-d', 'modern'], callback);
});
}());