File "gulpfile-wrap-template.js"

Full Path: /var/www/vhosts/hogsandbbqs.co.uk/httpdocs/js/js/dev/gulpfile-wrap-template.js
File size: 364 bytes
MIME-type: text/plain
Charset: utf-8

;(function(window, document, undefined) {
  "use strict";
  
  <%= contents %>
  
  /*
   * Use SweetAlert with RequireJS
   */
  
  if (typeof define === 'function' && define.amd) {
    define(function () {
      return sweetAlert;
    });
  } else if (typeof module !== 'undefined' && module.exports) {
    module.exports = sweetAlert;
  }

})(window, document);