mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[JS] Run gulp script
This commit is contained in:
parent
e2645a8c59
commit
29548ea1b3
4 changed files with 6 additions and 3 deletions
|
|
@ -42,7 +42,7 @@ If you want to try out new Sylius UI, please run the following commands:
|
|||
|
||||
```bash
|
||||
$ npm install
|
||||
$ gulp
|
||||
$ npm run gulp
|
||||
```
|
||||
|
||||
[Behat](http://behat.org) scenarios
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@ And now you can use gulp for installing views, by just running a simple command:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ gulp
|
||||
$ npm run gulp
|
||||
|
||||
After you've run the ``gulp`` command please have a look at the ``/admin`` url, where you will find the administration panel.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,4 +11,4 @@ run_command "app/console doctrine:phpcr:repository:init --env=test_cached --no-d
|
|||
print_header "Setting the web assets up" "sylius"
|
||||
run_command "app/console assets:install --env=test_cached --no-debug -vvv" || exit $?
|
||||
run_command "app/console assetic:dump --env=test_cached --no-debug -vvv" || exit $?
|
||||
run_command "gulp" || exit $?
|
||||
run_command "npm run gulp" || exit $?
|
||||
|
|
|
|||
|
|
@ -20,6 +20,9 @@
|
|||
"gulp-uglifycss": "^1.0.5",
|
||||
"merge-stream": "^1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"gulp": "gulp"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Sylius/Sylius.git"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue