Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Implement Front-end environment #99

Merged
merged 1 commit into from
Oct 17, 2015

Conversation

theofidry
Copy link
Member

  • Implemented Gulp taks
    • Fonts task: copy fonts into public folder
    • Images task: in dev simply copy images and in prod compress them before
    • CSS task: in dev compile SASS files into CSS with sourcemaps. In prod mode no sourcemaps and CSS is compressed
    • JS task: in dev compile ES6 into ES5 with sourcemaps. In prod mode no sourcemaps and JS is compressed
    • Build task: build/publish all assets (env or prod mode)
    • Watch tasks available
    • Help task available to list available commands
  • Ignore published/builded files

Related to #33

@theofidry theofidry changed the title Chore/front end WIP: Implement Front-end environment Oct 17, 2015
@theofidry theofidry force-pushed the chore/front-end branch 20 times, most recently from 2737c70 to 4b80a2c Compare October 17, 2015 18:38
* Implemented Gulp taks
  * Fonts task: copy fonts into public folder
  * Images task: in dev simply copy images and in prod compress them
 before
  * CSS task: in dev compile SASS files into CSS with sourcemaps. In
 prod mode no sourcemaps and CSS is compressed
  * JS task: in dev compile ES6 into ES5 with sourcemaps. In prod mode
 no sourcemaps and JS is compressed
  * Build task: build/publish all assets (env or prod mode)
  * Watch tasks available
  * Help task available to list available commands
  * Lint taks: Shell, YAML, SASS, JS
* Ignore published/builded files
@theofidry theofidry changed the title WIP: Implement Front-end environment Implement Front-end environment Oct 17, 2015
theofidry added a commit that referenced this pull request Oct 17, 2015
Implement Front-end environment
@theofidry theofidry merged commit f1e42bc into in6pio:master Oct 17, 2015
@theofidry theofidry deleted the chore/front-end branch October 17, 2015 19:10
Stoakes referenced this pull request in n7consulting/Incipio Nov 16, 2016
Implement Front-end environment
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.

1 participant