https://github.com/javascriptlove/sentry-template
https://github.com/javascriptlove/sentry-template
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/javascriptlove/sentry-template
- Owner: javascriptlove
- Created: 2017-11-29T09:31:19.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-05T18:43:55.000Z (about 8 years ago)
- Last Synced: 2025-03-23T06:25:28.963Z (10 months ago)
- Language: JavaScript
- Size: 12.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sentry-template
Sentry package is located in
`/usr/local/lib/python2.7/site-packages/sentry`
With templates being in
`/usr/local/lib/python2.7/site-packages/sentry/templates/sentry`
And static files like CSS and logos in
`/usr/local/lib/python2.7/site-packages/sentry/static/sentry`
Minimal `package.json` to regenerate CSS from LESS:
```
{
"dependencies": {
"bootstrap": "^3.3.5",
"compression-webpack-plugin": "^1.0.1",
"css-loader": "^0.28.7",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lodash-webpack-plugin": "^0.11.4",
"platformicons": "^0.1.1",
"style-loader": "^0.19.0",
"webpack": "^3.8.1"
}
}
```
And then
`NODE_ENV=production webpack`