Commit graph

9 commits

Author SHA1 Message Date
Faris Ansari
3186d65db8
feat: Run build command for all apps (#9589)
After `bench build` is run, it will check `package.json` of
every installed app run `yarn build` if a build script exists.
2020-03-02 11:24:05 +05:30
Faris Ansari
a7613c174e fix: Fail bench build in CI environment 2018-11-14 22:03:11 +05:30
Faris Ansari
32b4977596 Create a moment bundle and include it in webform 2018-07-12 16:23:25 +05:30
Faris Ansari
0b44529dc9
Moment (#5808)
- Add npm packages
- Add moment builds in frappe-web
- Remove import statements to avoid duplicate loading of moment
2018-07-11 14:52:07 +05:30
Faris Ansari
a70d56fd04 Website related fixes (#5660)
* bench build --app app_name

* Use highlight.js as npm package

* Add fenced-code-blocks to markdown compiler

* Support for next-prev links
2018-06-07 11:14:25 +05:30
Faris Ansari
6dfa272d62
Rollup error logs (#5289)
* Log errors in rollup build

* fix codacy
2018-03-29 16:09:21 +05:30
Faris Ansari
9f5a129333
Rollup Fixes (#5232)
- Use PostCSS instead of Less plugin
- Fixes CSS append problem
- Show which css file changed instead of rollup.manifest.css
- Minify CSS in production
- Cannot import less/css files in js files, put them in build.json
- Let's avoid major changes in Frappe Framework now :)
2018-03-20 13:51:53 +05:30
Faris Ansari
d5eb0deebf
Exclude libs.min.js from rollup build (#5118) 2018-03-05 22:27:40 +05:30
Faris Ansari
55e5b473d0 Better messages for build commands (#5117)
* Better rollup messages in console

* Remove 'docs folder not found' warning

* Show production message

* fix codacy
2018-03-05 22:07:55 +05:30