Jforrester has uploaded a new change for review.
https://gerrit.wikimedia.org/r/173300
Change subject: Follow-up 2075a46: Fix RTL image build by embedding after
flipping
......................................................................
Follow-up 2075a46: Fix RTL image build by embedding after flipping
Change-Id: I7080d4f122179dfbe9d113caf7aae7114ec853b6
---
M Gruntfile.js
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/VisualEditor/VisualEditor
refs/changes/00/173300/1
diff --git a/Gruntfile.js b/Gruntfile.js
index 2626d4f..595beca 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -60,7 +60,7 @@
},
css: {
dest: 'dist/visualEditor.css',
- src: ['dist/visualEditor.css']
+ src: coreBuildFiles.styles
}
},
cssjanus: {
@@ -205,7 +205,7 @@
}
} );
- grunt.registerTask( 'build', [ 'clean', 'cssUrlEmbed', 'concat',
'cssjanus', 'copy', 'buildloader' ] );
+ grunt.registerTask( 'build', [ 'clean', 'concat', 'cssjanus',
'cssUrlEmbed', 'copy', 'buildloader' ] );
grunt.registerTask( 'lint', [ 'jshint', 'jscs', 'csslint', 'banana' ] );
grunt.registerTask( 'unit', [ 'karma:main' ] );
grunt.registerTask( 'test', [ 'git-build', 'build', 'lint', 'unit' ] );
--
To view, visit https://gerrit.wikimedia.org/r/173300
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7080d4f122179dfbe9d113caf7aae7114ec853b6
Gerrit-PatchSet: 1
Gerrit-Project: VisualEditor/VisualEditor
Gerrit-Branch: master
Gerrit-Owner: Jforrester <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits