framous 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.mkdn +5 -0
- data/README.md +0 -4
- data/templates/project/javascripts/plugins/framous.collapse.js +6 -10
- data/templates/project/javascripts/plugins/framous.dropdown.js +6 -10
- data/templates/project/javascripts/plugins/framous.modal.js +6 -10
- data/templates/project/javascripts/plugins/framous.scrollspy.js +6 -10
- data/templates/project/javascripts/plugins/framous.sticky.js +6 -10
- data/templates/project/javascripts/plugins/framous.toggle.js +6 -10
- data/templates/project/javascripts/plugins/framous.tooltip.js +6 -10
- data/templates/project/manifest.rb +2 -0
- data/templates/project/screen.scss +0 -1
- metadata +3 -3
data/CHANGELOG.mkdn
CHANGED
data/README.md
CHANGED
@@ -21,7 +21,3 @@ Adding Framous to existing Compass projects
|
|
21
21
|
Or create a new project:
|
22
22
|
|
23
23
|
compass create <your-project-name> -r framous --using framous
|
24
|
-
|
25
|
-
After the install you will notice "File your-project-name/config.rb already exists". We made a custom config.rb in order to force a couple settings. Don't worry, run:
|
26
|
-
|
27
|
-
compass create <your-project-name> -r framous --using framous --force
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.collapse.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.dropdown.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.modal.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.scrollspy.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
// vars
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.sticky.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.toggle.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -1,13 +1,9 @@
|
|
1
|
-
/*
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
* @author Thomas Hermant (http://hanami.be)
|
8
|
-
* Copyright 2013, Thomas Hermant
|
9
|
-
* Released under the MIT, BSD, and GPL Licenses.
|
10
|
-
*/
|
1
|
+
/* ---------------------------------------------------------------------------
|
2
|
+
framous.tooltip.js
|
3
|
+
@version: v1.0
|
4
|
+
@author: Thomas Hermant (@thomashermant)
|
5
|
+
@copyright: Framous 2013
|
6
|
+
*/
|
11
7
|
|
12
8
|
(function ( $ ) {
|
13
9
|
|
@@ -8,8 +8,10 @@ stylesheet 'stylesheets/layout/_header.scss', :to => 'layout/_header.scss'
|
|
8
8
|
stylesheet 'stylesheets/layout/_main.scss', :to => 'layout/_main.scss'
|
9
9
|
stylesheet 'stylesheets/layout/_footer.scss', :to => 'layout/_footer.scss'
|
10
10
|
|
11
|
+
# HTML Quick Start File
|
11
12
|
html 'index.html'
|
12
13
|
|
14
|
+
# Javacript Plugins Files
|
13
15
|
javascript 'javascripts/vendors/jquery-1.10.1.min.js', :to => 'vendors/jquery-1.10.1.min.js'
|
14
16
|
javascript 'javascripts/plugins/framous.collapse.js', :to => 'plugins/framous.collapse.js'
|
15
17
|
javascript 'javascripts/plugins/framous.dropdown.js', :to => 'plugins/framous.dropdown.js'
|
metadata
CHANGED