Skip to content

Commit

Permalink
Merge pull request #24 from cssninjaStudio/fresh-dev
Browse files Browse the repository at this point in the history
Fresh dev (4.0.0) to master
  • Loading branch information
cssninja authored Jan 1, 2021
2 parents 811787f + 4ab589c commit 093149b
Show file tree
Hide file tree
Showing 251 changed files with 15,557 additions and 11,300 deletions.
4 changes: 3 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"presets": ["env"]
"presets": [
"@babel/preset-env"
]
}
54 changes: 3 additions & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,51 +1,3 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
Network Trash Folder
Temporary Items
.apdisk


### Sass ###
.sass-cache/
*.css.map

### JS maps ###
*.js.map

### Node modules ###
node_modules/

### Edito files ###
.editorconfig

### Custom Files ###
dist/
accessibility-reports/
node_modules
dist
build
23 changes: 0 additions & 23 deletions .htmllintrc

This file was deleted.

96 changes: 0 additions & 96 deletions .jshintrc

This file was deleted.

102 changes: 0 additions & 102 deletions .scss-lint.yml

This file was deleted.

17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,26 @@ You can access the demo [here](https://cssninjastudio.github.io/fresh/).

Fresh is developed with the [Bulma css framework](https://bulma.io)

**Version 3.0.0**
**Version 4.0.0**

## Usage
Fresh is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.8.0**.
Fresh is now a Bulma starter fully bundled with **npm** and **gulp**. Bulma has been upgraded to the latest version **0.9.1**. jQuery support has been dropped and replaced with [Alpine JS](https://github.com/alpinejs/alpine) and [Spruce JS](https://github.com/ryangjchandler/spruce).

* Clone or download the repo
* Run `npm install`
* Run `gulp dev`

Most of the dependencies have been sanitized. However, **Panini** will keep throwing 2 npm warnings (low and moderatem, since Panini is only used during development, that shouldn't be a problem). We already got in touch with Zurb / Foundation to have this problem solved.
* Run `npm run dev`

## Changelog

**Fresh 4.0**
* Upgraded to gulp 4 and nodejs 12.13.0
* Upgraded Bulma to 0.9.1
* Added ES6 support
* Removed jQuery support and related dependencies
* Improved CSS build process
* Integrated Alpine JS
* Integrated Spruce JS

**Fresh 3.0**
* Upgraded to gulp 4 and nodejs 10.15.3
* Upgraded Bulma to 0.8.0
Expand Down
26 changes: 26 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
module.exports = {
config: {
port: 9050
},
paths: {
root: "./",
src: {
base: "./src",
css: "./src/css",
js: "./src/js",
img: "./src/img"
},
dist: {
base: "./dist",
css: "./dist/css",
js: "./dist/js",
img: "./dist/img"
},
build: {
base: "./build",
css: "./build/css",
js: "./build/js",
img: "./build/img"
}
}
}
2 changes: 2 additions & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[1129/113133.419:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
[1220/235610.433:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
2 changes: 0 additions & 2 deletions docs/assets/css/app.css

This file was deleted.

3 changes: 0 additions & 3 deletions docs/assets/css/bulma.css

This file was deleted.

3 changes: 0 additions & 3 deletions docs/assets/css/core.css

This file was deleted.

Binary file removed docs/assets/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file removed docs/assets/fonts/fontello.woff
Binary file not shown.
Binary file removed docs/assets/fonts/simple-line-icons.ttf
Binary file not shown.
36 changes: 0 additions & 36 deletions docs/assets/js/app.js

This file was deleted.

Loading

0 comments on commit 093149b

Please sign in to comment.