-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* framework updates * core refactor * bower new console docs demo and plugins
- Loading branch information
Ryan Brewster
committed
Oct 27, 2014
1 parent
75613c5
commit 6f8e7e2
Showing
46 changed files
with
1,627 additions
and
10,132 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"directory": "vendor" | ||
} |
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 +1,4 @@ | ||
.DS_Store | ||
.sass-cache | ||
.tmp | ||
vendor |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
license: MIT | ||
version: 0.0.0 | ||
developer: | ||
name: Ryan Brester | ||
email: [email protected] | ||
project_name: atrackt | ||
project_filename: atrackt | ||
type: js |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#### CHANGE LOG | ||
###### 0.x | ||
* beta libraries | ||
|
||
###### 1.0.0 | ||
* stable libraries |
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,28 +1,2 @@ | ||
source 'https://rubygems.org' | ||
|
||
group :development do | ||
gem 'guard' | ||
gem 'guard-coffeescript' | ||
gem 'json' | ||
end | ||
|
||
# Platform specific gems (set `require: false`) | ||
group :development do | ||
gem 'rb-fsevent', require: false | ||
gem 'growl', require: false | ||
gem 'terminal-notifier-guard', require: false | ||
end | ||
|
||
# OS X | ||
if RUBY_PLATFORM.downcase =~ /darwin/ | ||
require 'rb-fsevent' | ||
|
||
# 10.8 Mountain Lion | ||
if RUBY_PLATFORM.downcase =~ /darwin12/ | ||
require 'terminal-notifier-guard' | ||
|
||
# 10.7 Lion and below | ||
else | ||
require 'growl' | ||
end | ||
end | ||
gem 'sass', '~> 3.4.6' |
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,57 +1,10 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
celluloid (0.15.2) | ||
timers (~> 1.1.0) | ||
celluloid-io (0.15.0) | ||
celluloid (>= 0.15.0) | ||
nio4r (>= 0.5.0) | ||
coderay (1.1.0) | ||
coffee-script (2.2.0) | ||
coffee-script-source | ||
execjs | ||
coffee-script-source (1.7.0) | ||
execjs (2.0.2) | ||
ffi (1.9.3) | ||
formatador (0.2.4) | ||
growl (1.0.3) | ||
guard (2.5.1) | ||
formatador (>= 0.2.4) | ||
listen (~> 2.6) | ||
lumberjack (~> 1.0) | ||
pry (>= 0.9.12) | ||
thor (>= 0.18.1) | ||
guard-coffeescript (1.4.0) | ||
coffee-script (>= 2.2.0) | ||
guard (>= 1.1.0) | ||
json (1.8.1) | ||
listen (2.7.1) | ||
celluloid (>= 0.15.2) | ||
celluloid-io (>= 0.15.0) | ||
rb-fsevent (>= 0.9.3) | ||
rb-inotify (>= 0.9) | ||
lumberjack (1.0.4) | ||
method_source (0.8.2) | ||
nio4r (1.0.0) | ||
pry (0.9.12.6) | ||
coderay (~> 1.0) | ||
method_source (~> 0.8) | ||
slop (~> 3.4) | ||
rb-fsevent (0.9.4) | ||
rb-inotify (0.9.3) | ||
ffi (>= 0.5.0) | ||
slop (3.5.0) | ||
terminal-notifier-guard (1.5.3) | ||
thor (0.18.1) | ||
timers (1.1.0) | ||
sass (3.4.6) | ||
|
||
PLATFORMS | ||
ruby | ||
|
||
DEPENDENCIES | ||
growl | ||
guard | ||
guard-coffeescript | ||
json | ||
rb-fsevent | ||
terminal-notifier-guard | ||
sass (~> 3.4.6) |
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.