Changeset 10807
- Timestamp:
- 05/25/2016 04:38:11 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
Gruntfile.js (modified) (4 diffs)
-
package.json (modified) (2 diffs)
-
src/bp-activity/css/mentions.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r10771 r10807 9 9 ], 10 10 11 // CSS exclusions, for excluding files from certain tasks, e.g. cssjanus11 // CSS exclusions, for excluding files from certain tasks, e.g. rtlcss 12 12 BP_EXCLUDED_CSS = [ 13 13 '!**/*-rtl.css' … … 92 92 } 93 93 }, 94 cssjanus: { 94 rtlcss: { 95 options: { 96 opts: { 97 processUrls: false, 98 autoRename: false, 99 clean: true 100 }, 101 saveUnmodified: false 102 }, 95 103 core: { 96 104 expand: true, … … 99 107 extDot: 'last', 100 108 ext: '-rtl.css', 101 src: BP_CSS.concat( BP_EXCLUDED_CSS, BP_EXCLUDED_MISC ), 102 options: { generateExactDuplicates: true } 109 src: BP_CSS.concat( BP_EXCLUDED_CSS, BP_EXCLUDED_MISC ) 103 110 } 104 111 }, … … 249 256 * Register tasks. 250 257 */ 251 grunt.registerTask( 'src', ['checkDependencies', 'jsvalidate:src', 'jshint', 'scsslint', 'sass', ' cssjanus'] );258 grunt.registerTask( 'src', ['checkDependencies', 'jsvalidate:src', 'jshint', 'scsslint', 'sass', 'rtlcss'] ); 252 259 grunt.registerTask( 'commit', ['src', 'checktextdomain', 'imagemin'] ); 253 260 grunt.registerTask( 'build', ['commit', 'clean:all', 'copy:files', 'uglify', 'jsvalidate:build', 'cssmin', 'makepot', 'exec:bpdefault'] ); -
trunk/package.json
r10704 r10807 15 15 "grunt-contrib-uglify": "~0.10.1", 16 16 "grunt-contrib-watch": "~1.0.0", 17 "grunt-cssjanus": "~0.2.4",18 17 "grunt-exec": "~0.4.6", 19 18 "grunt-check-dependencies": "~0.12.0", … … 21 20 "grunt-legacy-util": "^0.2.0", 22 21 "grunt-patch-wordpress": "~0.3.0", 22 "grunt-rtlcss": "~2.0.1", 23 23 "grunt-sass": "~1.1.0", 24 24 "grunt-scss-lint": "~0.3.8", -
trunk/src/bp-activity/css/mentions.css
r10695 r10807 12 12 z-index: 1000; /* >999 for wp-admin */ 13 13 } 14 /* @noflip*/14 /* rtl:ignore */ 15 15 .atwho-view { 16 left: 0; 16 left: 0; 17 17 } 18 18 .atwho-view ul {
Note: See TracChangeset
for help on using the changeset viewer.