Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[AsseticBundle] inotify support for --watch option in assetic:dump command #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

naderman
Copy link
Member

@naderman naderman commented Mar 9, 2011

Using inotify the command does not need to busy wait for changes in any of the files defining formulae or containing assets anymore. It configures a number of inotify watches and reacts only once a change has been performed.

Depends on this pull request in assetic: kriswallsmith/assetic#13

naderman added 2 commits March 9, 2011 02:30
…available

So far assetic:dump --watch would reload the entire asset manager once a second
to poll for changes to formulae, e.g. in template files, or changes to the
assets themselves. Now, when the inotify extension is installed it is used to
setup monitoring of the paths containing these files. The kernel will then
notify the console as soon as file changes are available and only then assets
will be regenerated.
@kriswallsmith
Copy link
Contributor

I don't want to merge the Assetic pull request, so I suggest you deduce the asset path by using the read_from base directory. Ping me on Jabber if you want to discuss. Closing for now.

SofHad pushed a commit to SofHad/symfony that referenced this pull request Oct 12, 2015
…eguiluz)

This PR was merged into the master branch.

Discussion
----------

Render global errors of comment form

This finishes symfony#205.

Commits
-------

34eb4f6 Minor tweaks
1e60761 Render global errors of comment form
jderusse pushed a commit to jderusse/symfony that referenced this pull request Mar 30, 2020
TYPO3-CORE-SA-2017-003: Cross-Site Scripting in TYPO3 CMS
chalasr pushed a commit to chalasr/symfony that referenced this pull request Sep 24, 2020
* Add support for DomCrawler PHPUnit assertions

* Support all versions of WebTestCase

* Fix test

* CS

* Fix PHPStan

* Fix CS
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants