mod-build 3.5.1--beta.15 → 3.5.1--beta.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/gulp-tasks/tasks.js +12 -12
  2. package/package.json +1 -1
@@ -43,18 +43,18 @@ module.exports = function() {
43
43
  },
44
44
 
45
45
  // Grab component scss files from CDN so they can be swapped into build
46
- 'grab-components': {
47
- subtasks: [],
48
- func: function(opts) {
49
- if ('undefined' === typeof opts.gulpTasksFolderPath) {
50
- opts.gulpTasksFolderPath = '.';
51
- }
52
-
53
- if (opts.siteData.useCDN) {
54
- return require(opts.gulpTasksFolderPath + '/grab-components')(opts.gulp, opts.gulpPlugins, opts.gulpSettings, opts.siteData);
55
- }
56
- }
57
- },
46
+ // 'grab-components': {
47
+ // subtasks: [],
48
+ // func: function(opts) {
49
+ // if ('undefined' === typeof opts.gulpTasksFolderPath) {
50
+ // opts.gulpTasksFolderPath = '.';
51
+ // }
52
+
53
+ // if (opts.siteData.useCDN) {
54
+ // return require(opts.gulpTasksFolderPath + '/grab-components')(opts.gulp, opts.gulpPlugins, opts.gulpSettings, opts.siteData);
55
+ // }
56
+ // }
57
+ // },
58
58
 
59
59
  // Link scss files
60
60
  'sass-lint': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mod-build",
3
- "version": "3.5.1--beta.15",
3
+ "version": "3.5.1--beta.16",
4
4
  "description": "Share components for S3 sites.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"