This website requires JavaScript.
Explore
Help
Register
Sign In
supernets
/
hardlounge
Watch
4
Fork
0
You've already forked hardlounge
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8fa8526698
hardlounge
/
.gitignore
9 lines
98 B
Plaintext
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 New Issue
Copy Permalink