autofront 3.1.4 → 3.1.5

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/README.md +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -74,12 +74,12 @@ autofront.property = {
74
74
  subproperty: value,
75
75
  subproperty2: {
76
76
  subproperty3: value2,
77
- // ...
77
+ //
78
78
  },
79
- // ...
79
+ //
80
80
  };
81
81
  autofront.property2.subproperty4 = value3;
82
- // ...
82
+ //
83
83
  ```
84
84
 
85
85
  Defining with:
@@ -106,7 +106,7 @@ Defining with:
106
106
 
107
107
  Fixes and improvements to do:
108
108
 
109
- - Achieve detection of unnamed files (like `.gitkeep`, `.nomedia`...).
109
+ - Achieve detection of unnamed files (like `.gitkeep`, `.nomedia`…).
110
110
  - Implement new settings, such as:
111
111
  - `js`:
112
112
  - Folder (`scripts/`) where to locate source code from Bower (`.tmp`), to avoid conflicts with own files in `src`.
@@ -115,11 +115,11 @@ Fixes and improvements to do:
115
115
  - Exclusion folder(s) (whose any files will be forcely treated as "others").
116
116
  - Settings changes (major releases):
117
117
  - All "extra" (not HTML, CSS or JS) languages/libraries defaultly disabled?
118
- - No CSS preprocessors configured? To activate one, pass info: extension file, Gulp plugin...
119
- - Use [Gulp If](https://www.npmjs.com/package/gulp-if), [Gulp Plumber](https://www.npmjs.com/package/gulp-plumber), [Gulp Newer](https://www.npmjs.com/package/gulp-newer), [Gulp Changed](https://www.npmjs.com/package/gulp-changed), [Gulp Count](https://www.npmjs.com/package/gulp-count)...?
118
+ - No CSS preprocessors configured? To activate one, pass info: extension file, Gulp plugin
119
+ - Use [Gulp If](https://www.npmjs.com/package/gulp-if), [Gulp Plumber](https://www.npmjs.com/package/gulp-plumber), [Gulp Newer](https://www.npmjs.com/package/gulp-newer), [Gulp Changed](https://www.npmjs.com/package/gulp-changed), [Gulp Count](https://www.npmjs.com/package/gulp-count)…?
120
120
  - Support:
121
121
  - Markdown (compilation to HTML).
122
- - [React](https://reactjs.org) (JSX), [Vue](https://vuejs.org)...?
122
+ - [React](https://reactjs.org) (JSX), [Vue](https://vuejs.org)…?
123
123
  - [Stylus](https://stylus-lang.com) and other CSS preprocessors?
124
124
  - Avoid to build distributable CSS if no content?
125
125
  - Create Gulp task to add new folder with files of template, AngularJS controller and styles in directory `app/`?
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "autofront",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Automation of front-end by Gulp and Bower",
5
5
  "main": "index.js",
6
6
  "scripts": {