summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap-sass-official/eyeglass-exports.js
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap-sass-official/eyeglass-exports.js')
-rw-r--r--bower_components/bootstrap-sass-official/eyeglass-exports.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/bower_components/bootstrap-sass-official/eyeglass-exports.js b/bower_components/bootstrap-sass-official/eyeglass-exports.js
new file mode 100644
index 00000000..ec49addd
--- /dev/null
+++ b/bower_components/bootstrap-sass-official/eyeglass-exports.js
@@ -0,0 +1,7 @@
+var path = require('path');
+
+module.exports = function(eyeglass, sass) {
+ return {
+ sassDir: path.join(__dirname, 'assets/stylesheets')
+ }
+};