Skip to content

Commit

Permalink
docs adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jul 25, 2019
1 parent 66fed2f commit 3714c7a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ Enter the directory and install FullCalendar's dependencies:
npm install


## What to edit
## What to Edit

When modifying files, please do not edit the generated or minified files in the `dist/` directory. Please edit the original `src/` files.
When modifying files, please do not edit generated files in the `dist/` directories. Please edit the original files in the `src/` directories.


## Development Workflow
Expand All @@ -60,10 +60,6 @@ Or, you can run a script that automatically rebuilds whenever you save a source

npm run watch

When you are finished, run the following command to write the distributable files into the `./dist/` directory:

npm run dist

If you want to clean up the generated files, run:

npm run clean
Expand Down

0 comments on commit 3714c7a

Please sign in to comment.