-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0ce68a8
commit e07402e
Showing
12 changed files
with
576 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
source 'http://ruby.taobao.org' | ||
|
||
gem 'sass' | ||
gem 'coffee-script' | ||
gem 'sass', '>= 3.4.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
GEM | ||
remote: http://ruby.taobao.org/ | ||
specs: | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.7.0) | ||
execjs (2.0.2) | ||
sass (3.3.4) | ||
sass (3.4.5) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
coffee-script | ||
sass | ||
sass (>= 3.4.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,24 +5,28 @@ | |
"authors": [ | ||
"kshift <[email protected]>" | ||
], | ||
"description": "a simple gallery ui widget", | ||
"description": "a simple gallery widget based on Simple Module", | ||
"main": "lib/gallery.min.js", | ||
"keywords": [ | ||
"gallery" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"spec", | ||
"node_modules", | ||
"vendor", | ||
"Gemfile", | ||
"Gemfile.lock", | ||
"Gruntfile.coffee", | ||
"package.json", | ||
"README" | ||
"README.md", | ||
"umd.hbs" | ||
], | ||
"dependencies": { | ||
"jquery": "~2.1.0", | ||
"jquery": "2.x", | ||
"fontawesome": "~4.0.3", | ||
"simple-module": "master", | ||
"simple-util": "master" | ||
"simple-module": "2.x", | ||
"simple-util": "1.x" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.