Skip to content

Commit

Permalink
Merge pull request sakaiproject#1019 from udayg/SAK-29801
Browse files Browse the repository at this point in the history
SAK-29801: Integrate Bootstrap into Morpheus
  • Loading branch information
csev committed Aug 27, 2015
2 parents 06f19d5 + eadc271 commit f4a76d5
Show file tree
Hide file tree
Showing 14 changed files with 1,196 additions and 12 deletions.
6 changes: 6 additions & 0 deletions reference/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,12 @@
<version>4.3.2.1</version>
<type>gem</type>
</dependency>
<dependency>
<groupId>rubygems</groupId>
<artifactId>bootstrap-sass</artifactId>
<version>3.3.5.1</version>
<type>gem</type>
</dependency>
</dependencies>
</plugin>
<plugin>
Expand Down
1 change: 1 addition & 0 deletions reference/library/src/morpheus-master/config.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Require any additional compass plugins here.
# require 'breakpoint'
require 'font-awesome-sass'
require 'bootstrap-sass'
# Set this to the root of your project when deployed:
sass_dir = "sass"
images_dir = "images"
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit f4a76d5

Please sign in to comment.