Skip to content

Commit

Permalink
ruby -> lineman
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Jul 5, 2013
1 parent c5f9216 commit 6c2eccc
Show file tree
Hide file tree
Showing 21 changed files with 252 additions and 418 deletions.
12 changes: 9 additions & 3 deletions .gitignore
@@ -1,3 +1,9 @@
.bundle
.jhw-cache
.DS_Store
.DS_Store

#ignore node_modules, as the node project is not "deployed" per se: http://www.mikealrogers.com/posts/nodemodules-in-git.html
/node_modules

/dist
/generated

.sass-cache
9 changes: 9 additions & 0 deletions .npmignore
@@ -0,0 +1,9 @@
.DS_Store

#ignore node_modules, as the node project is not "deployed" per se: http://www.mikealrogers.com/posts/nodemodules-in-git.html
/node_modules

/dist
/generated

.sass-cache
12 changes: 4 additions & 8 deletions .travis.yml
@@ -1,8 +1,4 @@
language: ruby
rvm:
- 1.9.2

before_script:
- "npm install -g coffee-script"
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
language: node_js
node_js:
- 0.10
script: "lineman spec-ci"
9 changes: 0 additions & 9 deletions Gemfile

This file was deleted.

55 changes: 0 additions & 55 deletions Gemfile.lock

This file was deleted.

4 changes: 4 additions & 0 deletions Gruntfile.js
@@ -0,0 +1,4 @@
/*global module:false*/
module.exports = function(grunt) {
require(process.env['LINEMAN_MAIN']).config.grunt.run(grunt);
};
8 changes: 0 additions & 8 deletions Guardfile

This file was deleted.

13 changes: 0 additions & 13 deletions LICENSE.txt

This file was deleted.

0 comments on commit 6c2eccc

Please sign in to comment.