Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 46 changed files with 1,627 additions and 10,132 deletions.
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "vendor"
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
.DS_Store
.sass-cache
.tmp
vendor
9 changes: 9 additions & 0 deletions .new
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
1 change: 0 additions & 1 deletion .ruby-version

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
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
28 changes: 1 addition & 27 deletions Gemfile
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'
51 changes: 2 additions & 49 deletions Gemfile.lock
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)
2 changes: 0 additions & 2 deletions Guardfile

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013 Ryan Brewster
Copyright (c) 2014 Ryan Brewster | atrackt

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
Loading

0 comments on commit 6f8e7e2

Please sign in to comment.