Updated make files/scripts to accomodate execution/building in windows in addition to linux/mac (#4135)

Этот коммит содержится в:
Jared Shields
2016-10-04 08:56:01 -04:00
коммит произвёл Christopher Speller
родитель 1a5a624470
Коммит 3bac3a0061
6 изменённых файлов: 40 добавлений и 29 удалений

Просмотреть файл

@@ -56,7 +56,7 @@ var config = {
loader: 'file?name=files/[hash].[ext]'
},
{
test: /(node_modules|non_npm_dependencies)\/.+\.(js|jsx)$/,
test: /(node_modules|non_npm_dependencies)(\\|\/).+\.(js|jsx)$/,
loader: 'imports',
query: {
$: 'jquery',