Skip to content

Commit

Permalink
Fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Yeung committed Feb 25, 2017
1 parent e945926 commit a3532ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ Blocks are expressed as:
<script defer async src="js/controllers.js"></script>
<!-- endbuild -->

<!-- build:remove -->
<script src="js/app.js"></script>
<script src="js/controllers.js"></script>
<!-- endbuild -->

<script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>
```
Running the command with `--rmlr true` will output:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usemin-cli",
"version": "0.3.0",
"version": "0.4.0",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"bin": {
"usemin": "./bin/usemin"
Expand All @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/nelsyeung/usemin-cli#readme",
"dependencies": {
"usemin": "^0.3.0",
"usemin": "^0.4.0",
"yargs": "^6.6.0"
},
"eslintConfig": {
Expand Down

0 comments on commit a3532ac

Please sign in to comment.