Skip to content

Commit

Permalink
Add custom built lodash and remove underscore methods from helpers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarno Keskikangas committed Mar 24, 2013
1 parent 90ea7a1 commit df30586
Show file tree
Hide file tree
Showing 14 changed files with 2,435 additions and 254 deletions.
45 changes: 0 additions & 45 deletions AmdSpecRunner.html

This file was deleted.

47 changes: 0 additions & 47 deletions FunctionalSpecRunner.html

This file was deleted.

14 changes: 3 additions & 11 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,11 @@ module.exports = (grunt) ->
helpers: 'spec/specHelper.js'
template: require('grunt-template-jasmine-requirejs')

watch:
files: ['src/**/*.coffee', 'spec/**/*.coffee']
tasks: ['default']


grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-watch'
grunt.loadNpmTasks 'grunt-contrib-jasmine'

grunt.registerTask 'build', ['coffee']
grunt.registerTask 'tdd', ['build', 'jasmine:functional', 'jasmine:amd', 'jasmine:nojQuery']
grunt.registerTask 'test', ['coffee', 'jasmine']
grunt.registerTask 'tdd', ['jasmine:functional', 'jasmine:amd', 'jasmine:nojQuery']
grunt.registerTask 'test', ['jasmine']
grunt.registerTask 'build-tests', ['jasmine:functional:build', 'jasmine:amd:build', 'jasmine:performance:build']
grunt.registerTask 'default', ['build', 'tdd', 'build-tests']
grunt.registerTask 'default', ['tdd', 'build-tests']


Loading

0 comments on commit df30586

Please sign in to comment.