Skip to content

Commit

Permalink
Merge pull request #90 from premasagar/feature/tiny
Browse files Browse the repository at this point in the history
remove big deps
  • Loading branch information
adhipg committed Oct 17, 2013
2 parents ea23890 + dfb9032 commit e707187
Show file tree
Hide file tree
Showing 11 changed files with 54 additions and 11,830 deletions.
6 changes: 3 additions & 3 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ module.exports = (grunt) ->

test:
options:
name: "index"
name: "src/index"
findNestedDependencies: true
optimize: 'none'
baseUrl: "widgets/test/js",
mainConfigFile: "widgets/test/js/index.js",
baseUrl: "widgets/test",
mainConfigFile: "widgets/test/src/index.js",
out: "dist/test.js"

grunt.registerTask "build", [ "coffee", "requirejs" ]
Expand Down
11 changes: 3 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
"name": "sqwidget",
"version": "0.0.1",
"dependencies": {
"underscore-amd" : "",
"backbone-amd" : "",
"requirejs": "",
"requirejs-i18n": "",
"jquery": "",
"require-css": "",
"requirejs-text": "",
"requirejs-ractive": "",
"ractive": "",
"normalize-css": ""
"bonzo": "~1.3.6",
"heir": "~2.0.0",
"qwery": "~3.4.1"
}
}
1 change: 1 addition & 0 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = function(config) {
files: [
'compiled/tests/js/test-main.js',
{pattern: 'node_modules/karma-chai-plugins/node_modules/chai/chai.js', included: false},
{pattern: 'node_modules/wolfy87-eventemitter/EventEmitter.js', included: false},
{pattern: 'compiled/js/**/*.js', included: false},
{pattern: 'compiled/tests/js/spec/**/*.js', included: false},
{pattern: 'lib/**/*.js', included: false, watched: false},
Expand Down
Loading

0 comments on commit e707187

Please sign in to comment.