Skip to content

Commit

Permalink
Rename script to debug instead of dev to avoid misunderstanding
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Jan 22, 2018
1 parent 3215d99 commit 746ef20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Expand Up @@ -4,6 +4,9 @@ Changelog
1.0a2 (unreleased)
------------------

- Rename script to debug instead of dev to avoid misunderstanding (closes `#22 <https://github.com/simplesconsultoria/sc.recipe.staticresources/issues/22>`_).
[rodfersou]

- Fix webpack installation conflict (closes `#25 <https://github.com/simplesconsultoria/sc.recipe.staticresources/issues/25>`_).
[rodfersou]

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -160,7 +160,7 @@ This command makes Webpack wait for any change in any SASS, JS (ES6) files and g

.. code-block:: console
$ bin/dev-mypackagename
$ bin/debug-mypackagename
This does the same as watch command, but don't try to minify the final CSS and JS. Used for debug purpose.

Expand Down
2 changes: 1 addition & 1 deletion src/sc/recipe/staticresources/bobtemplate/package.json.bob
Expand Up @@ -4,7 +4,7 @@
"main": "app/{{{short_name}}}.js",
"scripts": {
"build": "./node_modules/.bin/webpack -p",
"dev": "./node_modules/.bin/webpack --watch",
"debug": "./node_modules/.bin/webpack --watch",
"watch": "./node_modules/.bin/webpack -p --watch",
"test": "NODE_ENV=testing ./node_modules/.bin/karma start --single-run"
},
Expand Down

0 comments on commit 746ef20

Please sign in to comment.