Skip to content

Commit

Permalink
Fix build task
Browse files Browse the repository at this point in the history
  • Loading branch information
zhernovkova.anna committed Dec 13, 2016
1 parent eb2f833 commit b8dd63b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/bundled.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<script type="text/javascript" src="../node_modules/devextreme/dist/js/localization/dx.messages.ja.js"></script>
<script type="text/javascript" src="../node_modules/devextreme/dist/js/localization/dx.messages.ru.js"></script>

<script type="text/javascript" src="../dist/devextreme-intl.dev.js"></script>
<script type="text/javascript" src="../dist/devextreme-intl.js"></script>
</head>

<body>
Expand Down
2 changes: 1 addition & 1 deletion examples/modular.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
map: {
devextreme: 'npm:devextreme',
'devextreme-intl': '../dist/devextreme-intl.dev.js',
'devextreme-intl': '../dist/devextreme-intl.js',
jquery: 'npm:jquery/dist/jquery.min.js',
jszip: 'npm:jszip/dist/jszip.min.js',
json: 'npm:systemjs-plugin-json/json.js'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"scripts": {
"prepare-build": "node scripts/locale-data-generator.js",
"build": "npm run prepare-build -s && webpack && webpack --min && webpack --dev",
"build": "npm run prepare-build -s && webpack && webpack --min",
"test-dev": "npm run prepare-build -s && parallelshell \"webpack --dev\" \"karma start --browsers PhantomJS\"",
"lint": "eslint .",
"test": "npm run build -s && npm run lint -s && karma start --browsers PhantomJS --single-run",
Expand Down

0 comments on commit b8dd63b

Please sign in to comment.