[buddypress-trac] [BuddyPress Trac] #6382: Add dynamic Grunt Watch task
buddypress-trac
noreply at wordpress.org
Thu Oct 19 09:22:54 UTC 2017
#6382: Add dynamic Grunt Watch task
------------------------------+-----------------------
Reporter: netweb | Owner: netweb
Type: enhancement | Status: assigned
Priority: normal | Milestone: 3.0
Component: Build/Test Tools | Version:
Severity: normal | Resolution:
Keywords: has-patch |
------------------------------+-----------------------
Comment (by hnla):
@netweb some quick reports on a patched gruntfile and running tasks:
Watch seems not to be picking up changes on the partials in /common-
styles/ - not looked closely at why so may be something obvious or that
I've done.
Running 'src' task highlights a possible issue where I have a additional
template pack dir under /bp-templates/ while that is disabled as such,
tasks do see this and try and jshint/stylelint it's files.
At the moment it's linting the compiled '.css' file so maybe we need to
do:
`'!bp-templates/*/css/buddypress.css'`
instead of:
`'!bp-templates/bp-nouveau/css/buddypress.css'`
wild card the template packs dirs where we exclude ( and possibly for sass
too)?
The result of src task appears to compile the rtl file but not the .css
one after a change to one of the partial scss files - this may be due to
not seeing the change and running the buddypress.scss compile, it's
something like that.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6382#comment:17>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list