Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaHegde committed Nov 7, 2014
0 parents commit 7046b6d
Show file tree
Hide file tree
Showing 91 changed files with 77,328 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.swp
node_modules
coverage
tmp
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = function(grunt) {
require('time-grunt')(grunt);
require('load-grunt-config')(grunt);
};
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ember-utils-core
===========

Core utils module for ember
Loading

0 comments on commit 7046b6d

Please sign in to comment.