From d17bd2f33506b5b75eaa98d9dd254aee0dfaf7d6 Mon Sep 17 00:00:00 2001 From: Francesco Pontillo Date: Mon, 25 Feb 2013 19:29:45 +0100 Subject: Added package.json (for npm) and component.json (for bower). Building with global variables is successful. TravisCI should build correctly. --- global/build.less | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global/build.less (limited to 'global/build.less') diff --git a/global/build.less b/global/build.less new file mode 100644 index 00000000..6d7f3b83 --- /dev/null +++ b/global/build.less @@ -0,0 +1,5 @@ +@import "../components/bootstrap/less/bootstrap.less"; +@import "variables.less"; +@import "../global/global.less"; +@import "bootswatch.less"; +@import "../components/bootstrap/less/utilities.less"; \ No newline at end of file -- cgit v1.2.3