Skip to content
This repository has been archived by the owner on Oct 6, 2021. It is now read-only.

Improve project Makefile #131

Merged
merged 1 commit into from
Jan 4, 2017
Merged

Improve project Makefile #131

merged 1 commit into from
Jan 4, 2017

Conversation

pascalw
Copy link
Member

@pascalw pascalw commented Jan 4, 2017

  • Supports Make stale file detection. E.g. don't build anything that
    doesn't need building (this is a HUGE speed improvement).
  • Clean up build output. No need to show all the noisy output of build
    tools.

Build output now looks like this:

❯ APP_ENV=production make clean dist
Building with APP_ENV = production
Compiling js
Hash: fd37737d088d8d355f23
Version: webpack 2.2.0-rc.3
Time: 3616ms
 Asset    Size  Chunks             Chunk Names
app.js  208 kB       0  [emitted]  main
Building icon font
Compiling sass
Copying public/index.html
Copying to ./dist

* Supports Make stale file detection. E.g. don't build anything that
doesn't need building (this is a HUGE speed improvement).
* Clean up build output. No need to show all the noisy output of build
tools.
@pascalw pascalw merged commit 8f4320f into 2-0-stable Jan 4, 2017
@pascalw pascalw deleted the feature/improve-makefile branch January 4, 2017 10:55
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