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 22:54:15 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
af060bd2d0
thelounge
/
.gitignore
8 lines
78 B
Text
Raw
Normal View
History
Unescape
Escape
Implemented a simple web server
2014-03-04 16:31:52 +00:00
node_modules/
Updated jQuery plugins
2014-05-13 22:47:35 +00:00
npm-debug.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
Switch istanbul CLI to more recent nyc one `nyc` is made by the Istanbul people and is meant to integrate nicely with Babel. Note that at the moment this is just a drop-in replacement of what we currently have in order to fix broken `npm run coverage`, therefore it does not support our recent ES6 stuff.
2016-12-29 07:51:26 +00:00
.nyc_output/
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