Skip to content
This repository was archived by the owner on Apr 24, 2024. It is now read-only.

Feature/update skeleton - #34

Open
lucalanca wants to merge 58 commits into
masterfrom
feature/update-skeleton
Open

Feature/update skeleton#34
lucalanca wants to merge 58 commits into
masterfrom
feature/update-skeleton

Conversation

@lucalanca

Copy link
Copy Markdown
Contributor

No description provided.

lejoe and others added 30 commits August 17, 2016 22:39
Watches the js files in the components folders
Here’s an example of the change:

Assume such a folder structure:
```
src/pages
|
`- index.html
|
`- A
  |
  `- A.html
    |
    `- B
      |
      `- B.html
```

## Before

`index.html`: `./`
`A/A.html`: `B/`
`A/B/B.html`: `A/B/`

## After
`index.html`: `./`
`A/A.html`: `../`
`A/B/B.html`: `../../`
for presets so its much easier to add plugins and presets in the future. And its also nicer to read
makes sure its easier to mix classes with attributes
Also moves webpack configuration to its own file for easier readability.
Only changes references on .html files.
lucalanca and others added 28 commits February 17, 2017 10:56
renames vendor.min to vendor (as it is now minified with an hash).
adjusts eslint rules so that it is disabled for node but node for browser code. Adds babelrc rule that makes this possible on browser code.
As the default promotes smaller diffs.
as the default airbnb is a better default for smaller diffs.
- compresses sass compilation
- removes source maps.
It now doesn’t do io calls on every invocation.
Instead, this step is moved to gulp and only 1/per module io call is made per pages task run. (instead of 1/per module/invocation.
Since it was using `this.emit` the fix was convert from arrow
function to function.
Also, this use the recommend rest operator instead of `arguments`
following the `prefer-rest-params` eslint rule.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants