Skip to content

Commit

Permalink
chore(sublime): add plugins into the project
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Mar 3, 2013
1 parent 132de64 commit b2b61ca
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion Testacular.sublime-project
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,72 @@
"path": ".",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []

},
{
"name": "jasmine",
"path": "../testacular-jasmine",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "mocha",
"path": "../testacular-mocha",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "qunit",
"path": "../testacular-qunit",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "chrome-launcher",
"path": "../testacular-chrome-launcher",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "firefox-launcher",
"path": "../testacular-firefox-launcher",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "phantomjs-launcher",
"path": "../testacular-phantomjs-launcher",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "coverage",
"path": "../testacular-coverage",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "growl-reporter",
"path": "../testacular-growl-reporter",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "junit-reporter",
"path": "../testacular-junit-reporter",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "ng-html2js-preprocessor",
"path": "../testacular-ng-html2js-preprocessor",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
},
{
"name": "requirejs",
"path": "../testacular-requirejs",
"folder_exclude_patterns": ["node_modules"],
"file_exclude_patterns": []
}
],
"settings":
Expand Down

0 comments on commit b2b61ca

Please sign in to comment.