Skip to content

Commit

Permalink
Web build
Browse files Browse the repository at this point in the history
  • Loading branch information
odrick committed Feb 22, 2019
1 parent 98b9ed2 commit 753fdcd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/web/static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ module.exports = function (it) {
/* 7 */
/***/ (function(module) {

module.exports = {"name":"free-tex-packer","displayName":"Free texture packer","version":"0.5.0","description":"Free online texture packer","url":"http://free-tex-packer.com","download":"http://free-tex-packer.com/download","webApp":"http://free-tex-packer.com/app","main":"src/index.js","tinifyUrl":"http://free-tex-packer.com/server/tinify.php","localizations":["en","ru"],"scripts":{"start":"webpack-dev-server --host 127.0.0.1 --port 4000","start-electron":"webpack-dev-server --host 0.0.0.0 --port 4000 --platform electron","build-web":"webpack --build --platform web","build-electron":"webpack --build --platform electron"},"repository":{"type":"git","url":"git+https://github.com/odrick/free-tex-packer.git"},"keywords":["texture","packer","texturepacker","texture-packer","sprites","spritesheet","export","sprite","2d"],"author":"Alexander Norinchak","authorSite":"https://github.com/odrick/","authorEmail":"[email protected]","license":"ISC","bugs":{"url":"https://github.com/odrick/free-tex-packer/issues"},"homepage":"https://github.com/odrick/free-tex-packer","devDependencies":{"@babel/core":"^7.2.2","@babel/preset-env":"^7.3.1","@babel/preset-react":"^7.0.0","babel-loader":"^8.0.5","babel-plugin-transform-runtime":"^6.23.0","babel-polyfill":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-0":"^6.22.0","babel-runtime":"^6.23.0","chokidar":"^2.0.4","copy-webpack-plugin":"^4.6.0","electron":"^4.0.4","eventemitter3":"^3.0.1","file-saver":"^2.0.0","glob":"^7.1.1","json-loader":"^0.5.4","jszip":"^3.1.3","mustache":"^3.0.1","optimist":"^0.6.1","react":"^16.8.1","react-dom":"^16.8.1","webpack":"^4.29.3","webpack-cli":"^3.2.3","webpack-dev-server":"^3.1.14"}};
module.exports = {"name":"free-tex-packer","displayName":"Free texture packer","version":"0.5.1","description":"Free online texture packer","url":"http://free-tex-packer.com","download":"http://free-tex-packer.com/download","webApp":"http://free-tex-packer.com/app","main":"src/index.js","tinifyUrl":"http://free-tex-packer.com/server/tinify.php","localizations":["en","ru"],"scripts":{"start":"webpack-dev-server --host 127.0.0.1 --port 4000","start-electron":"webpack-dev-server --host 0.0.0.0 --port 4000 --platform electron","build-web":"webpack --build --platform web","build-electron":"webpack --build --platform electron"},"repository":{"type":"git","url":"git+https://github.com/odrick/free-tex-packer.git"},"keywords":["texture","packer","texturepacker","texture-packer","sprites","spritesheet","export","sprite","2d"],"author":"Alexander Norinchak","authorSite":"https://github.com/odrick/","authorEmail":"[email protected]","license":"ISC","bugs":{"url":"https://github.com/odrick/free-tex-packer/issues"},"homepage":"https://github.com/odrick/free-tex-packer","devDependencies":{"@babel/core":"^7.2.2","@babel/preset-env":"^7.3.1","@babel/preset-react":"^7.0.0","babel-loader":"^8.0.5","babel-plugin-transform-runtime":"^6.23.0","babel-polyfill":"^6.23.0","babel-preset-es2015":"^6.24.0","babel-preset-stage-0":"^6.22.0","babel-runtime":"^6.23.0","chokidar":"^2.0.4","copy-webpack-plugin":"^4.6.0","electron":"^4.0.4","eventemitter3":"^3.0.1","file-saver":"^2.0.0","glob":"^7.1.1","json-loader":"^0.5.4","jszip":"^3.1.3","mustache":"^3.0.1","optimist":"^0.6.1","react":"^16.8.1","react-dom":"^16.8.1","webpack":"^4.29.3","webpack-cli":"^3.2.3","webpack-dev-server":"^3.1.14"}};

/***/ }),
/* 8 */
Expand Down
9 changes: 8 additions & 1 deletion dist/web/static/localization/en.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,11 @@ UPDATER_TITLE;New version is available: %s
CLOSE;Close
INSTALL;Install
SKIP_VERSION;Skip
SKIP_VERSION_CONFIRM;Really skip this version and not remind about it anymore?
SKIP_VERSION_CONFIRM;Really skip this version and not remind about it anymore?
CONTEXT_MENU_UNDO;Undo
CONTEXT_MENU_REDO;Redo
CONTEXT_MENU_CUT;Cut
CONTEXT_MENU_COPY;Copy
CONTEXT_MENU_PASTE;Paste
CONTEXT_MENU_DELETE;Delete
CONTEXT_MENU_SELECT_ALL;Select all
9 changes: 8 additions & 1 deletion dist/web/static/localization/ru.csv
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,11 @@ UPDATER_TITLE;Доступна новая версия: %s
CLOSE;Закрыть
INSTALL;Установить
SKIP_VERSION;Пропустить
SKIP_VERSION_CONFIRM;Действительно пропустить эту версию и не напоминать о ней больше?
SKIP_VERSION_CONFIRM;Действительно пропустить эту версию и не напоминать о ней больше?
CONTEXT_MENU_UNDO;Отменить
CONTEXT_MENU_REDO;Повторить
CONTEXT_MENU_CUT;Вырезать
CONTEXT_MENU_COPY;Копировать
CONTEXT_MENU_PASTE;Вставить
CONTEXT_MENU_DELETE;Удалить
CONTEXT_MENU_SELECT_ALL;Выделить все

0 comments on commit 753fdcd

Please sign in to comment.