Guest User

Untitled

a guest
Jun 24th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. const JEDITOR = require( 'edit-json-file' );
  2. const THEME_VERSION = new Date( ).toJSON( ).slice( 0, 10 ).replace( /-/g, '' );
  3. const VERSION_FILE = JEDITOR( 'package.version.json' );
  4.  
  5. GULP.task( 'scripts-min', function ( ) {
  6. ...
  7. VERSION_FILE.set( 'theme_js_version', THEME_VERSION );
  8. VERSION_FILE.save( );
  9. ...
  10. } );
Add Comment
Please, Sign In to add comment