Remove dev dependencies from package tasks

This commit is contained in:
Nicolas Le Goff
2014-02-27 19:23:59 +01:00
parent c3ec4ab857
commit c38c3eaa09
6 changed files with 10 additions and 14 deletions

View File

@@ -2,8 +2,8 @@ require.config({
baseUrl: "../../scripts",
paths: {
specs: "tests/specs",
chai: "../assets/chai/chai",
fixtures: "../assets/js-fixtures/fixtures",
chai: "../../tmp-assets/chai/chai",
fixtures: "../../tmp-assets/js-fixtures/fixtures",
jquery: "../assets/jquery/jquery",
jqueryui: "../assets/jquery.ui/jquery-ui",
underscore: "../assets/underscore-amd/underscore",