Skip to content

Commit

Permalink
random shit
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmath committed Jun 24, 2014
1 parent 9490468 commit 83c11d3
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 411 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ build/Release
# Deployed apps should consider commenting this line out:
# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git
node_modules
public/bower_components
public/bower_components
lib/
11 changes: 6 additions & 5 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ matchdep = require 'matchdep'

config =
coffee:
src: ['./src/*.coffee']
dest: './lib/'
expand: true
flatten: true
ext: '.js'
compile:
src: ['src/*.coffee']
dest: './lib/'
expand: true
flatten: true
ext: '.js'

module.exports = (grunt) ->
matchdep.filterDev('grunt-*').forEach (i) -> grunt.loadNpmTasks i
Expand Down
5 changes: 5 additions & 0 deletions bin/sheql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env node

var sh = require('../lib/executor');
console.log(process.argv[2]);
// console.log(sh.executor(process));
65 changes: 0 additions & 65 deletions lib/executor.coffee

This file was deleted.

38 changes: 0 additions & 38 deletions lib/getDays.coffee

This file was deleted.

93 changes: 0 additions & 93 deletions lib/getMonths.coffee

This file was deleted.

55 changes: 0 additions & 55 deletions lib/getWeeks.coffee

This file was deleted.

47 changes: 0 additions & 47 deletions lib/getYears.coffee

This file was deleted.

29 changes: 0 additions & 29 deletions lib/indexFilter.coffee

This file was deleted.

Loading

0 comments on commit 83c11d3

Please sign in to comment.