We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d2ec3e commit 2d904f3Copy full SHA for 2d904f3
2 files changed
config/grunt/postcss.js
@@ -1,5 +1,5 @@
1
// https://github.com/nDmitry/grunt-postcss
2
-var autoprefixer = require('autoprefixer-core');
+var autoprefixer = require( 'autoprefixer-core' );
3
4
module.exports = {
5
options: {
config/grunt/potomo.js
@@ -1,11 +1,11 @@
-// https://github.com/axisplugins/grunt-potomo
+// https://github.com/axisthemes/grunt-potomo
release: {
files: [
{
6
expand: true,
7
cwd: '<%= paths.assets %><%= paths.languages %>',
8
- src: ['*.po'],
+ src: [ '*.po' ],
9
dest: '<%= paths.plugin%><%= paths.languages %>',
10
ext: '.mo',
11
nonull: true,
0 commit comments