From 7b736eb72f5045fcf200e79ace5271c5e750c9c1 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Tue, 12 May 2015 22:22:13 -0700 Subject: [PATCH] bower.json: main: semantic.css => semantic.less Per bower/bower.json-spec#43 : > Use source files with module exports and imports over pre-built distribution files. Also, the example in that PR includes /sass/motion.scss in and excludes /dist/movement.css & /dist/movement.min.css from its `main`. --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 2f82943b7..25f386f20 100644 --- a/bower.json +++ b/bower.json @@ -10,7 +10,7 @@ "jquery" : ">=1.8" }, "main": [ - "dist/semantic.css", + "src/semantic.less", "dist/semantic.js" ], "keywords": [