Skip to content

Commit

Permalink
feat: little refactoring to reduce overall size
Browse files Browse the repository at this point in the history
Signed-off-by: Florian ALEXANDRE <f.alexandre@novactive.com>
  • Loading branch information
Florian ALEXANDRE committed Feb 11, 2019
1 parent 6689217 commit c35d7da
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 44 deletions.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -12,6 +12,8 @@
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"image-focus": "^1.0.3",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"uglifyjs-webpack-plugin": "^2.1.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
Expand All @@ -22,6 +24,6 @@
"builddev": "webpack --config webpack.dev.js",
"watch": "webpack --watch --config webpack.dev.js",
"watchprod": "webpack --watch --config webpack.prod.js",
"fix-cs": "prettier --write 'src/js/**/*.+(js)' && prettier --write 'src/bundle/Resources/public/js/scripts/**/*.+(js)'"
"fix-cs": "prettier --write 'src/js/**/*.+(js|ts)' && prettier --write 'src/bundle/Resources/public/js/scripts/**/*.+(js|ts)'"
}
}
12 changes: 1 addition & 11 deletions src/bundle/Resources/public/js/focuspoint.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c35d7da

Please sign in to comment.