This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
thelounge
Watch
2
Star
0
Fork
You've already forked thelounge
0
mirror of
https://github.com/thelounge/thelounge
synced
2024-11-10 06:34:21 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5b3399f95a
thelounge
/
.gitignore
9 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Implemented a simple web server
2014-03-04 16:31:52 +00:00
node_modules/
Add yarn.lock, update CI services to run yarn
2018-01-19 10:50:08 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Ignore package-lock.json Close #1213
2017-06-21 07:57:06 +00:00
package-lock.json
Remove compiled assets and generate them at prepublish time - Remove minified libs and compiled templates - Add a `prepublish` script to build assets, that run on `npm install` and right before publishing See https://docs.npmjs.com/misc/scripts - Include these compiled assets to the `.gitignore` file - Add an empty .npmignore to make sure the compiled assets are not ignored when publishing https://docs.npmjs.com/misc/developers#keeping-files-out-of-your-package - Update the README to reflect changes in development Note that the Travis CI configuration does not need any tweaking because it cleans up all extra and changed files, up to publishing on npm. That is, right before `prepublish` gets run. See https://docs.travis-ci.com/user/deployment/npm#Releasing-build-artifacts
2016-02-18 06:01:37 +00:00
Add code coverage
2016-06-16 06:42:24 +00:00
coverage/
Create public folder with webpack
2017-10-03 10:52:31 +00:00
public/
Reference in a new issue
Copy permalink